feat(eModelType): Added Object, Weapon & Plant
This commit is contained in:
parent
f27b0ed16a
commit
49916757df
@ -3,12 +3,13 @@
|
|||||||
enum class eModelType : std::uint8_t
|
enum class eModelType : std::uint8_t
|
||||||
{
|
{
|
||||||
UNK_0,
|
UNK_0,
|
||||||
UNK_1,
|
Object,
|
||||||
UNK_2,
|
UNK_2,
|
||||||
UNK_3,
|
UNK_3,
|
||||||
UNK_4,
|
Weapon,
|
||||||
Vehicle,
|
Vehicle,
|
||||||
Ped,
|
Ped,
|
||||||
|
Plant = 129
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(push, 2)
|
#pragma pack(push, 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user