mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Compare commits
2 Commits
3053955769
...
61815613e3
Author | SHA1 | Date | |
---|---|---|---|
|
61815613e3 | ||
|
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