Files
riversong-code-showcase/Source/Riversong/Game/EditTools/BuildTool/IBuildToolPreviewManager.cs
2026-05-21 16:04:49 +02:00

7 lines
249 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
public interface IBuildToolPreviewManager
{
void PlayPlacementAnimationAndBuild(BuildToolPreview preview, BuildingDefinition definition, TileRect rect, Directions orientation);
}
}