mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix nullability of TileSelection.range (#15992)
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -2117,7 +2117,7 @@ declare global {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface TileSelection {
|
interface TileSelection {
|
||||||
range: MapRange;
|
range: MapRange | null;
|
||||||
tiles: CoordsXY[];
|
tiles: CoordsXY[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user