Protobuf Contracts
The TerraProc.Constracts project contains the protobufs used in the gRPC endpoint - both in the
server and client part. They are used to generate C# classes which can explore in the API Reference.
The basic structure is a Terrain service with a GetChunk endpoint. The endpoint takes a ChunkCoords param and
returns Chunk - a message with the chunk data and its coordinates.
See src/TerraProc.Contracts/Protos/terrain.proto for more details.