namespace Engine.Core; /// /// Represents a basic entity in the engine. /// public interface IEntity : IInitializable, IIdentifiable, IHasStateEnable;