1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Create or delete banners when tile elements are changed by plugins (#21627)

This commit is contained in:
Stephan Spengler
2024-05-17 12:54:51 +02:00
committed by GitHub
parent 919cef7f55
commit f4156e9043
6 changed files with 149 additions and 3 deletions

View File

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