1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Add Park.generateGuest() to plugin API (#22883)

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
kendfrey
2024-10-02 05:49:43 -04:00
committed by GitHub
parent 1dead6a4c8
commit 307523610e
6 changed files with 20 additions and 1 deletions

View File

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