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