mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
8 lines
140 B
C++
8 lines
140 B
C++
class pgBase
|
|
{
|
|
public:
|
|
char pad_0000[80]; //0x0000
|
|
rage::vector3 m_pos; //0x0050
|
|
}; //Size: 0x005C
|
|
static_assert(sizeof(pgBase) == 0x5C);
|