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

9 lines
126 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message ScenePlayerInfo {
uint32 uid = 1;
uint32 peerId = 2;
string name = 3;
bool isConnected = 4;
}