1
0
Fork 0
MoonTools.ECS.Mirror/src/Entity.cs

4 lines
79 B
C#

namespace MoonTools.ECS;
public readonly record struct Entity(uint ID);