mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 04:37:14 +00:00
6 lines
56 B
TypeScript
6 lines
56 B
TypeScript
|
|
||
|
export enum BattleSpec {
|
||
|
DEFAULT,
|
||
|
FINAL_BOSS
|
||
|
}
|