BREAKING CHANGE: IEntities are now IInitialize
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace Syntriax.Engine.Core.Abstract;
|
||||
|
||||
public interface IEntity : IAssignableStateEnable
|
||||
public interface IEntity : IInitialize, IAssignableStateEnable
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user