mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
9 lines
171 B
C++
9 lines
171 B
C++
#include "CPed.h"
|
|
|
|
class CPedFactory
|
|
{
|
|
public:
|
|
char pad_0000[8]; //0x0000
|
|
class CPed *m_local_ped; //0x0008
|
|
}; //Size: 0x0010
|
|
static_assert(sizeof(CPedFactory) == 0x10); |