mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
7 lines
151 B
C
7 lines
151 B
C
|
class CWeaponInfo
|
||
|
{
|
||
|
public:
|
||
|
char pad_0000[16]; //0x0000
|
||
|
uint32_t m_model_hash; //0x0010
|
||
|
}; //Size: 0x0014
|
||
|
static_assert(sizeof(CWeaponInfo) == 0x14);
|