mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:18:06 +02:00
add a json stats packet type
This commit is contained in:
parent
cd9d193ddb
commit
949f7b2fc1
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ enum PacketType {
|
|||
PacketTypeAvatarIdentity,
|
||||
PacketTypeAvatarBillboard,
|
||||
PacketTypeDomainConnectRequest,
|
||||
PacketTypeDomainServerAuthRequest
|
||||
PacketTypeDomainServerAuthRequest,
|
||||
PacketTypeNodeJsonStats
|
||||
};
|
||||
|
||||
typedef char PacketVersion;
|
||||
|
|
Loading…
Reference in a new issue