This commit is contained in:
q13x 2022-12-20 12:06:38 -08:00
parent e4d2d55902
commit b9b7f6528f

View File

@ -8,7 +8,8 @@ export enum EaglerPacketId {
SKIN = 0x07,
C_READY = 0x08,
COMPLETE_HANDSHAKE = 0x09,
DISCONNECT = 0xff
DISCONNECT = 0xff,
CUSTOM_PLAYER_LIST_ADD_PACKET = 0x38
}
export enum DisconnectReason {