[proto] update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user