[server] add session
This commit is contained in:
8
src/common/proto/game.proto
Normal file
8
src/common/proto/game.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package ru.m.puzzlez.proto.game;
|
||||
|
||||
message GameEventProto {
|
||||
int32 time = 1;
|
||||
string event = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user