5 lines
102 B
C#
5 lines
102 B
C#
|
namespace MoonTools.ECS.Rev2
|
||
|
{
|
||
|
public readonly record struct Record(Archetype Archetype, int Row);
|
||
|
}
|