[common] add Ticker

This commit is contained in:
2019-05-29 11:22:25 +03:00
parent 74297dd9c7
commit 241499bc2d
17 changed files with 76 additions and 46 deletions

View File

@@ -70,12 +70,12 @@ message StartGameResponse {
// Game
message GameEventRequest {
int32 frame = 1;
int32 time = 1;
string event = 2;
}
message GameEventResponse {
int32 frame = 1;
int32 time = 1;
string event = 2;
}