mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
7 lines
174 B
C++
7 lines
174 B
C++
class CPedWeaponManager
|
|
{
|
|
public:
|
|
char pad_0000[32]; //0x0000
|
|
class CWeaponInfo* m_weapon_info; //0x0020
|
|
}; //Size: 0x0028
|
|
static_assert(sizeof(CPedWeaponManager) == 0x28); |