1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Add plugin call for breakdowns (#24207)

This commit is contained in:
Max
2025-04-30 16:41:47 +02:00
committed by GitHub
parent ef8d978dc9
commit 08cb8cb8c3
5 changed files with 80 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t kPluginApiVersion = 106;
static constexpr int32_t kPluginApiVersion = 107;
// Versions marking breaking changes.
static constexpr int32_t kApiVersionPeepDeprecation = 33;