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