mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-07 08:37:41 +00:00
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
|
export enum BattleSpec {
|
||
|
DEFAULT,
|
||
|
FINAL_BOSS
|
||
|
}
|