docs(core): Abstract
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Syntriax.Engine.Core.Abstract;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a basic entity in the engine.
|
||||
/// </summary>
|
||||
public interface IEntity : IInitialize, IAssignableStateEnable
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user