generated from VLADIMIR/template
add teams operations
This commit is contained in:
+4
-2
@@ -749,8 +749,10 @@ message Game {
|
||||
}
|
||||
|
||||
message Team {
|
||||
int32 id = 1;
|
||||
string name = 2;
|
||||
int32 id = 1;
|
||||
string name = 2;
|
||||
string status = 3;
|
||||
string password = 4;
|
||||
}
|
||||
|
||||
message GetGameReq {
|
||||
|
||||
Reference in New Issue
Block a user