mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
feat(Classes): Added CNetGamePlayer class
This commit is contained in:
parent
ac23f0ceae
commit
e25afe9db3
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…
Reference in New Issue
Block a user