9 lines
No EOL
201 B
C++
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) |