forgot to fill out rest of struct

This commit is contained in:
Diavolo 2023-04-03 19:18:37 +02:00
parent f9812773dd
commit 5848a271a0

View File

@ -1548,8 +1548,11 @@ namespace game
int xuid;
char __pad1[0x8];
bool bIsTestClient;
char __pad2[0x29DAC];
};
static_assert(sizeof(client_s) == 0xE5110);
enum scriptInstance_t
{
SCRIPTINSTANCE_SERVER = 0x0,