feat(eModelType): Added Object, Weapon & Plant

This commit is contained in:
Yimura 2022-05-22 16:10:07 +02:00
parent d015762175
commit 96f374ffe4

View File

@ -3,12 +3,13 @@
enum class eModelType : std::uint8_t
{
UNK_0,
UNK_1,
Object,
UNK_2,
UNK_3,
UNK_4,
Weapon,
Vehicle,
Ped,
Plant = 129
};
#pragma pack(push, 2)