Update Structs.hpp

This commit is contained in:
Edo
2022-01-22 13:39:29 +00:00
committed by GitHub
parent 8ae86de0b3
commit 347bd616ee

View File

@ -5536,10 +5536,10 @@ namespace Game
char pad[100];
} gentity_t;
#pragma pack(push, 1)
static_assert(sizeof(gentity_s) == 0x274);
#pragma pack(push, 1)
typedef struct client_s
{
clientstate_t state; // 0