mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-24 18:01:05 +00:00
70d61700d0
Re-implement UI reskin with working legacy toggle; add return to title option to menu
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export enum BattleSpec {
|
|
DEFAULT,
|
|
FINAL_BOSS
|
|
}
|