[server] add session
This commit is contained in:
12
src/common/proto/core.proto
Normal file
12
src/common/proto/core.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package ru.m.puzzlez.proto.core;
|
||||
|
||||
message UserProto {
|
||||
string uuid = 1;
|
||||
string name = 2;
|
||||
}
|
||||
|
||||
message GameProto {
|
||||
int32 id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user