pokerogue/src/enums/game-data-type.ts
2024-08-02 11:15:11 -07:00

12 lines
147 B
TypeScript

/**
* enum for the game data types
*/
export enum GameDataType {
SYSTEM,
SESSION,
SETTINGS,
TUTORIALS,
SEEN_DIALOGUES,
RUN_HISTORY
}