feat(Classes): Added CNetGamePlayer class

This commit is contained in:
Yimura 2021-12-06 18:08:14 +01:00
parent ac23f0ceae
commit e25afe9db3
2 changed files with 9 additions and 0 deletions

9
CNetGamePlayer.h Normal file
View File

@ -0,0 +1,9 @@
#include "CPed.h"
class CPedFactory
{
public:
char pad_0000[8]; //0x0000
class CPed *m_local_ped; //0x0008
}; //Size: 0x0010
static_assert(sizeof(CPedFactory) == 0x10);

Binary file not shown.