9 lines
No EOL
204 B
C++
9 lines
No EOL
204 B
C++
#include "vehicle/CDriveBySeatDefault.hpp"
|
|
|
|
#pragma pack(push, 4)
|
|
class CVehicleSeatMetadataMgr
|
|
{
|
|
public:
|
|
class CDriveBySeatDefault* m_drive_by_seat_defaults; //0x0000
|
|
}; //Size: 0x0008
|
|
#pragma pack(pop) |