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