feat(Classes): Added CNetGamePlayer class

This commit is contained in:
Yimura 2021-12-06 18:08:14 +01:00
parent a3febd7c0e
commit 6a7b3760dc
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682
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.