1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Added additional stats to Plugin interface

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
AT41
2024-10-03 05:23:50 -06:00
committed by GitHub
parent 673d14b247
commit 6e7b489304
19 changed files with 228 additions and 25 deletions

View File

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