[network] update
This commit is contained in:
@@ -46,11 +46,13 @@ message CreateGameResponse {
|
||||
// Join Game
|
||||
message JoinGameRequest {
|
||||
int32 game_id = 1;
|
||||
bool restore = 2;
|
||||
}
|
||||
|
||||
message JoinGameResponse {
|
||||
ru.m.tankz.proto.core.GameProto game = 1;
|
||||
ru.m.tankz.proto.core.UserProto user = 2;
|
||||
repeated string events = 3;
|
||||
}
|
||||
|
||||
// Leave Game
|
||||
|
||||
Reference in New Issue
Block a user