delete unused proto dir

This commit is contained in:
evanpelle
2024-10-02 17:19:02 -07:00
parent 9f506d124c
commit 111992cc2a
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -153,9 +153,9 @@
* make create/break alliance single button DONE 10/1/2024
* add request attack other players DONE 10/2/2024
* Improve alliance icon
* BUG: double tap zooms on mobile
* BUG: center button should be disabled select island
* BUG: boat icon appears when click inland
* BUG: double tap zooms on mobile
* Make fake humans spawn by their country
* add emoji button
* make year clock
-13
View File
@@ -1,13 +0,0 @@
syntax = "proto3";
message TerrainMap {
int32 height = 1;
int32 width = 2;
repeated TerrainTile terrain = 3;
}
message TerrainTile {
string name = 1;
int32 age = 2;
string email = 3;
}