[client] add GameRoomFrame
This commit is contained in:
@@ -50,6 +50,7 @@ message JoinGameRequest {
|
||||
|
||||
message JoinGameResponse {
|
||||
ru.m.tankz.proto.core.GameProto game = 1;
|
||||
ru.m.tankz.proto.core.UserProto user = 2;
|
||||
}
|
||||
|
||||
// Leave Game
|
||||
@@ -57,6 +58,7 @@ message LeaveGameRequest {}
|
||||
|
||||
message LeaveGameResponse {
|
||||
ru.m.tankz.proto.core.GameProto game = 1;
|
||||
ru.m.tankz.proto.core.UserProto user = 2;
|
||||
}
|
||||
|
||||
// Start Game
|
||||
@@ -89,5 +91,7 @@ message Response {
|
||||
JoinGameResponse joinGame = 5;
|
||||
LeaveGameResponse leaveGame = 6;
|
||||
StartGameResponse startGame = 7;
|
||||
|
||||
ErrorResponse error = 999;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user