GTAV-Classes/vehicle/CDrivebyWeaponGroups.hpp

9 lines
201 B
C++
Raw Normal View History

2024-09-24 21:24:45 -04:00
#include "CDriveByWeaponGroupDefault.hpp"
#pragma pack(push, 4)
class CDrivebyWeaponGroups
{
public:
class CDriveByWeaponGroupDefault* m_drive_by_default; //0x0000
}; //Size: 0x0008
#pragma pack(pop)