mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
feat(CPedWeaponManager) Added vehicle weapon info
This commit is contained in:
parent
eeaaf20f13
commit
ef48482c55
@ -1,7 +1,11 @@
|
||||
#include "CWeaponInfo.h"
|
||||
|
||||
class CPedWeaponManager
|
||||
{
|
||||
public:
|
||||
char pad_0000[32]; //0x0000
|
||||
class CWeaponInfo *m_weapon_info; //0x0020
|
||||
}; //Size: 0x0028
|
||||
static_assert(sizeof(CPedWeaponManager) == 0x28);
|
||||
char pad_0028[72]; //0x0028
|
||||
class CWeaponInfo *m_vehicle_weapon_info; //0x0070
|
||||
}; //Size: 0x0078
|
||||
static_assert(sizeof(CPedWeaponManager) == 0x78);
|
Loading…
Reference in New Issue
Block a user