5 lines
91 B
C#
5 lines
91 B
C#
|
namespace MoonTools.ECS.Rev2
|
||
|
{
|
||
|
public readonly record struct EntityId(int Id) : IHasId;
|
||
|
}
|