1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Add plugin API to VehicleCrashedParticle

This commit is contained in:
spacek531
2024-05-29 03:32:41 -07:00
committed by GitHub
parent 37b0dfcb16
commit 94750f4e34
10 changed files with 400 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 90;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 91;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;