mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
9 lines
214 B
C++
9 lines
214 B
C++
|
#include "CWeaponGroupNames.hpp"
|
||
|
|
||
|
class CDriveByAnimInfo
|
||
|
{
|
||
|
public:
|
||
|
char pad_0000[48]; //0x0000
|
||
|
class CWeaponGroupNames* m_weapon_groups; //0x0030
|
||
|
}; //Size: 0x0088
|
||
|
static_assert(sizeof(CDriveByAnimInfo) == 0x38);
|