4 lines
90 B
C#
4 lines
90 B
C#
namespace Sand.ChunkPrototype;
|
|
|
|
internal readonly record struct ChunkCoord(int X, int Y);
|