Skip to content

Commit

Permalink
tweak(clrcore): add new vehicle toggle mod types
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGP17 committed Aug 21, 2024
1 parent d538247 commit 973279e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/client/clrcore/External/VehicleModCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ public enum VehicleModType

public enum VehicleToggleModType
{
Nitrous = 17,
Turbo = 18,
Subwoofer = 19,
TireSmoke = 20,
Hydraulics = 21,
XenonHeadlights = 22
}

Expand Down

0 comments on commit 973279e

Please sign in to comment.