mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:50:45 +00:00
delete unused proto dir
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user