[proto] update

This commit is contained in:
2020-05-15 21:16:23 +03:00
parent 75c6e835c2
commit c878bd60d9
10 changed files with 106 additions and 173 deletions

View File

@@ -9,4 +9,12 @@ message UserProto {
message GameProto {
int32 id = 1;
string imageId = 2;
string status = 3;
repeated UserProto users = 4;
}
message GameEventProto {
int32 time = 1;
string event = 2;
}