1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Fixed typo in openrct2.d.ts, ScenarioObjectiveType (#20592)

This commit is contained in:
Crazycolbster
2023-07-11 09:14:30 +12:00
committed by GitHub
parent ea3508b22c
commit a7881a5046

View File

@@ -3573,7 +3573,7 @@ declare global {
/** /**
* The objective type. * The objective type.
*/ */
type: ScenarioObjective; type: ScenarioObjectiveType;
/** /**
* The required number of guests. * The required number of guests.