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