7 lines
249 B
C#
7 lines
249 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IBuildToolPreviewManager
|
|
{
|
|
void PlayPlacementAnimationAndBuild(BuildToolPreview preview, BuildingDefinition definition, TileRect rect, Directions orientation);
|
|
}
|
|
} |