Update battle-spec.ts

This commit is contained in:
Mumble 2024-08-14 20:04:16 -07:00 committed by GitHub
parent 08a3e27d77
commit f683a69a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
export enum BattleSpec {
DEFAULT,
FINAL_BOSS,
FINAL_BOSS_MONOTYPE
FINAL_BOSS
}