mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Implement #13620: [Plugin] Add support for patrol areas to Staff
This commit is contained in:
@@ -421,6 +421,7 @@ void ScriptEngine::Initialise()
|
||||
# endif
|
||||
ScScenario::Register(ctx);
|
||||
ScScenarioObjective::Register(ctx);
|
||||
ScPatrolArea::Register(ctx);
|
||||
ScStaff::Register(ctx);
|
||||
|
||||
dukglue_register_global(ctx, std::make_shared<ScCheats>(), "cheats");
|
||||
|
||||
Reference in New Issue
Block a user