using UnityEngine; namespace ProceduralToolkit.Buildings { public interface IRoofConstructor { void Construct(IConstructible constructible, Transform parentTransform); } }