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

Add Ride.totalProfit to the plugin API (#12795)

Add Ride.totalProfit to the plugin API
This commit is contained in:
Cory Sanin
2020-08-28 16:52:54 -05:00
committed by GitHub
parent b53c4b3625
commit 8d366ebaea
3 changed files with 22 additions and 1 deletions

View File

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