mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-04 23:44:01 +01:00
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export enum BattleSpec {
|
|
DEFAULT,
|
|
FINAL_BOSS
|
|
}
|