You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix type for isChecked in d.ts
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -672,7 +672,7 @@ declare global {
|
||||
|
||||
interface CheckboxWidget extends Widget {
|
||||
text: string;
|
||||
isChecked: number;
|
||||
isChecked: boolean;
|
||||
onChanged: (isChecked: boolean) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user