mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
9 lines
201 B
C++
9 lines
201 B
C++
|
#include "CDrivebyWeaponGroups.hpp"
|
||
|
|
||
|
#pragma pack(push, 4)
|
||
|
class CVehicleDriveByMetadataMgr
|
||
|
{
|
||
|
public:
|
||
|
class CDrivebyWeaponGroups* m_drive_by_weapon_groups; //0x0000
|
||
|
}; //Size: 0x0008
|
||
|
#pragma pack(pop)
|