Add custom entity field support

This commit is contained in:
Federico Cecchetto
2021-11-07 23:42:56 +01:00
parent 7526de9b76
commit eee68760e4
7 changed files with 176 additions and 37 deletions

View File

@ -314,7 +314,7 @@ namespace game
struct gclient_s
{
playerState_s ps;
char __pad0[0x2ED];
char __pad0[0x2CC];
int flags;
};