add teams operations

This commit is contained in:
2026-07-28 00:51:25 +07:00
parent 5a5b36e44d
commit f6934e9d5b
11 changed files with 199 additions and 35 deletions
+4 -2
View File
@@ -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 {