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

Add Park.entranceFee to the plugin API (#12840)

This commit is contained in:
Nils Caspar
2020-09-03 13:07:19 -07:00
committed by GitHub
parent 22f29bf192
commit bc33ef3d43
4 changed files with 19 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 2;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 3;
struct ExpressionStringifier final
{