GSServer-CBT/soggy-mistress/proto/ScenePlayerInfo.proto

9 lines
126 B
Protocol Buffer

syntax = "proto3";
message ScenePlayerInfo {
uint32 uid = 1;
uint32 peerId = 2;
string name = 3;
bool isConnected = 4;
}