2021-12-06 19:36:09 +01:00
|
|
|
#pragma once
|
|
|
|
|
2022-06-01 07:49:36 +02:00
|
|
|
#include <cstdint>
|
|
|
|
|
2021-10-15 01:39:29 +02:00
|
|
|
class CVehicleModelInfo
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
char pad_0000[1419]; //0x0000
|
|
|
|
uint8_t m_custom_type; //0x058B
|
|
|
|
}; //Size: 0x058C
|
|
|
|
static_assert(sizeof(CVehicleModelInfo) == 0x58C);
|