feat(CVehicleModelInfo): added vehicle ability field (#146)

This commit is contained in:
thehorizon84 2023-12-03 14:28:39 +01:00 committed by GitHub
parent d035239c57
commit f1d42c6b51

View File

@ -111,7 +111,9 @@ public:
float m_min_seat_height; //0x0554
char pad_0558[40]; //0x0558
uint32_t m_is_jetski; //0x0580
char pad_0584[28]; //0x0584
char pad_0584[7]; //0x0584
uint16_t m_ability_flag; // 0x058B
char pad_058D[19]; // 0x058D
}; //Size: 0x05A0
static_assert(sizeof(CVehicleModelInfo) == 0x5A0);
#pragma pack(pop)