mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
10 lines
181 B
C++
10 lines
181 B
C++
#pragma once
|
|
|
|
class CVehicleModelInfo
|
|
{
|
|
public:
|
|
char pad_0000[1419]; //0x0000
|
|
uint8_t m_custom_type; //0x058B
|
|
}; //Size: 0x058C
|
|
static_assert(sizeof(CVehicleModelInfo) == 0x58C);
|