namespace Engine.Core; public interface IBehaviour3D : IBehaviour { ITransform3D Transform { get; } }