GTAV-Classes/vehicle/CDrivebyWeaponGroups.hpp
2024-09-25 01:24:45 +00:00

9 lines
No EOL
201 B
C++

#include "CDriveByWeaponGroupDefault.hpp"
#pragma pack(push, 4)
class CDrivebyWeaponGroups
{
public:
class CDriveByWeaponGroupDefault* m_drive_by_default; //0x0000
}; //Size: 0x0008
#pragma pack(pop)