From 1720523451715cec2abf8d44b1916d671b2a8a29 Mon Sep 17 00:00:00 2001 From: Bash Vollink <47370703+bashvollink@users.noreply.github.com> Date: Wed, 24 Jul 2019 16:21:46 -0500 Subject: [PATCH] Added casino update vehicles to AltV.Net.Enums.VehicleModel (#35) --- api/AltV.Net/Enums/VehicleModel.cs | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/api/AltV.Net/Enums/VehicleModel.cs b/api/AltV.Net/Enums/VehicleModel.cs index 3fb29e5b38..c9b3fc26b1 100644 --- a/api/AltV.Net/Enums/VehicleModel.cs +++ b/api/AltV.Net/Enums/VehicleModel.cs @@ -644,6 +644,28 @@ public enum VehicleModel : uint Vamos = 4245851645, Zr380 = 540101442, Zr3802 = 3188846534, - Zr3803 = 2816263004 + Zr3803 = 2816263004, + Caracara2 = 2945871676, + Drafter = 686471183, + Dynasty = 310284501, + Emerus = 1323778901, + Gauntlet3 = 722226637, + Gauntlet4 = 1934384720, + Hellion = 3932816511, + Issi7 = 1854776567, + Jugular = 4086055493, + Krieger = 3630826055, + Locust = 3353694737, + Nebula = 3412338231, + Neo = 2674840994, + Novak = 2465530446, + Paragon = 3847255899, + Paragon2 = 1416466158, + Peyote2 = 2490551588, + Rrocket = 916547552, + S80 = 3970348707, + Thrax = 1044193113, + Zion3 = 1862507111, + Zorrusso = 3612858749 } } \ No newline at end of file