[Structs] Added deltaMessage and outgoingSequence to client_t

This commit is contained in:
INeedBots 2020-11-14 01:56:45 -06:00
parent 4c4975daaf
commit f5aa4f91e0

View File

@ -4471,7 +4471,15 @@ namespace Game
// 0 // 0
int state; int state;
// 4 // 4
char pad[36]; char _pad[4];
// 8
int deltaMessage;
// 12
char __pad[12];
// 24
int outgoingSequence;
// 28
char pad[12];
// 40 // 40
netadr_t addr; netadr_t addr;
// 60 // 60