[engine] use signals

This commit is contained in:
2018-03-05 15:06:31 +03:00
parent 73c46d821e
commit 5330be142c
10 changed files with 147 additions and 51 deletions

View File

@@ -100,6 +100,6 @@ message Response {
JoinGameResponse joinGame = 5;
LeaveGameResponse leaveGame = 6;
StartGameResponse startGame = 7;
GameUpdateResponse udpateGame = 8;
GameUpdateResponse updateGame = 8;
}
}