1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

[Plugin API] Feat: Expose staff statistics (#22184)

This commit is contained in:
Arnold Zhou
2024-07-25 09:10:34 +10:00
committed by GitHub
parent 725f2c9576
commit a749698566
7 changed files with 346 additions and 5 deletions

View File

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