1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Add new plugin API properties to entity, ride and park

This commit is contained in:
Basssiiie
2021-08-11 13:54:00 +02:00
committed by GitHub
parent 177f19f64e
commit 23bae61b7a
7 changed files with 92 additions and 15 deletions

View File

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