1
This commit is contained in:
14
Src/Core/ECS/Built-In/IdComponent.cs
Normal file
14
Src/Core/ECS/Built-In/IdComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Dynamic;
|
||||
|
||||
namespace BITKit.Entities
|
||||
{
|
||||
public interface IdComponent
|
||||
{
|
||||
ulong Id { get; set; }
|
||||
}
|
||||
public interface IdComponent_String
|
||||
{
|
||||
string Id { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user