namespace Syntriax.Engine.Core.Abstract;
public interface IEntity : IInitialize, IAssignableStateEnable
{
}