Skip to content

Commit

Permalink
Added casino update vehicles to AltV.Net.Enums.VehicleModel (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bash Vollink authored and FabianTerhorst committed Jul 24, 2019
1 parent 7e76201 commit 1720523
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion api/AltV.Net/Enums/VehicleModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 1720523

Please sign in to comment.