7 lines
107 B
C#

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