new packet: ServerTotalPacket
This commit is contained in:
@ -12,6 +12,7 @@ enum ServerPacketType {
|
||||
JOIN = 5;
|
||||
LEAVE = 6;
|
||||
LIST = 7;
|
||||
TOTAL = 8;
|
||||
}
|
||||
|
||||
message ServerPacket {
|
||||
@ -44,4 +45,8 @@ message ServerPlayerPacket {
|
||||
message ServerListPacket {
|
||||
string serverId = 1;
|
||||
repeated string players = 2;
|
||||
}
|
||||
|
||||
message ServerTotalPacket {
|
||||
int32 total = 1;
|
||||
}
|
Reference in New Issue
Block a user