Files
2026-01-19 09:50:54 +09:00

8 lines
123 B
C#

namespace Nanomesh
{
public struct Group
{
public int firstIndex;
public int indexCount;
}
}