mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Compare commits
1 Commits
61815613e3
...
3053955769
Author | SHA1 | Date | |
---|---|---|---|
|
3053955769 |
@ -206,12 +206,10 @@ export interface StarterData {
|
|||||||
[key: number]: StarterDataEntry;
|
[key: number]: StarterDataEntry;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Rework into a bitmask
|
|
||||||
export type TutorialFlags = {
|
export type TutorialFlags = {
|
||||||
[key in Tutorial]: boolean;
|
[key in Tutorials]: 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