Skip to content

Commit

Permalink
feat(api-v2,api-v3): update game version enum (scripthookvdotnet#1510)
Browse files Browse the repository at this point in the history
Updates gameversion enums to support GTAV 1.0.3351.0. I know that we're
moving towards using `Game.FileVersion` but since a lot of scripts out
there still use the older paradigm and it's still supported by SHV, we
should continue to update the enums.
  • Loading branch information
nomakewan authored Oct 21, 2024
1 parent d523435 commit 0a62674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/scripting_v2/GTA/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ public enum GameVersion
VER_1_0_3274_0,
VER_1_0_3323_0,
VER_1_0_3337_0,
VER_1_0_3351_0,
}
}
1 change: 1 addition & 0 deletions source/scripting_v3/GTA/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ public enum GameVersion
v1_0_3274_0,
v1_0_3323_0,
v1_0_3337_0,
v1_0_3351_0,
}
}

0 comments on commit 0a62674

Please sign in to comment.