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

Add plugin hook for guest generation (#14107)

* Add plugin hook for guest generation

* Update api version and add ts entry
This commit is contained in:
Duncan
2021-03-26 05:49:24 +00:00
committed by GitHub
parent a4a08ea8b4
commit 177b5e1b08
5 changed files with 34 additions and 12 deletions

View File

@@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 25;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 26;
struct ExpressionStringifier final
{