namespace Syntriax.Engine.Core; public interface IBehaviour2D : IBehaviour { ITransform2D Transform { get; } }