mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
feat(CAmmoInfo): Added ammo info to CWeaponInfo
This commit is contained in:
parent
977da8c44a
commit
a4dff650dd
7
CAmmoInfo.h
Normal file
7
CAmmoInfo.h
Normal file
@ -0,0 +1,7 @@
|
||||
class CAmmoInfo
|
||||
{
|
||||
public:
|
||||
char pad_0000[40]; //0x0000
|
||||
uint32_t m_max_ammo; //0x0028
|
||||
}; //Size: 0x002C
|
||||
static_assert(sizeof(CAmmoInfo) == 0x2C);
|
Loading…
Reference in New Issue
Block a user