mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 13:29:25 +02:00
Update game-data.ts types to work
This commit is contained in:
parent
718bf0570c
commit
105d2ec285
@ -206,10 +206,12 @@ export interface StarterData {
|
|||||||
[key: number]: StarterDataEntry;
|
[key: number]: StarterDataEntry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Rework into a bitmask
|
||||||
export type TutorialFlags = {
|
export type TutorialFlags = {
|
||||||
[key in Tutorials]: boolean;
|
[key in Tutorial]: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Rework into a bitmask
|
||||||
export interface SeenDialogues {
|
export interface SeenDialogues {
|
||||||
[key: string]: boolean;
|
[key: string]: boolean;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user