mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
11 lines
223 B
C++
11 lines
223 B
C++
#include "CVehicleSeatAnimInfos.hpp"
|
|
|
|
#pragma pack(push, 4)
|
|
class CVehicleLayoutMetaData
|
|
{
|
|
private:
|
|
char pad_0000[8]; //0x0000
|
|
public:
|
|
class CVehicleSeatAnimInfos* m_seat_info; //0x0008
|
|
}; //Size: 0x0010
|
|
#pragma pack(pop) |