7 lines
116 B
C#
7 lines
116 B
C#
namespace Syntriax.Engine.Core;
|
|
|
|
public interface IBehaviour2D : IBehaviour
|
|
{
|
|
ITransform2D Transform { get; }
|
|
}
|