1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Add climate information to Park API (#14636)

This commit is contained in:
Ryan
2021-05-16 20:06:36 -04:00
committed by GitHub
parent 1fef332f6a
commit d309a7c871
6 changed files with 177 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 29;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 30;
# ifndef DISABLE_NETWORK
class ScSocketBase;