mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Correct openrct2.d.ts, tabs is optional (#11582)
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -811,7 +811,7 @@ declare global {
|
||||
maxHeight?: number;
|
||||
widgets?: Widget[];
|
||||
colours?: number[];
|
||||
tabs: WindowTabDesc[];
|
||||
tabs?: WindowTabDesc[];
|
||||
|
||||
onClose?: () => void;
|
||||
onUpdate?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user