feat(Classes): Added CNetGamePlayer class
This commit is contained in:
parent
a3febd7c0e
commit
6a7b3760dc
9
CNetGamePlayer.h
Normal file
9
CNetGamePlayer.h
Normal 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);
|
BIN
gtav.rcnet
BIN
gtav.rcnet
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user