Create MapHandler API scaffolding

This commit is contained in:
2021-03-01 20:56:59 +01:00
parent a4fe85e87c
commit 0b6137c0ca
16 changed files with 67 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ message GameMap {
required uint32 columns = 3;
required string tileSetUID = 4;
repeated Layer layers = 5;
required string handler = 6;
}
message Layer {