This commit is contained in:
Frutescens 2024-08-14 13:49:36 -07:00 committed by frutescens
parent c3b6bfe4b3
commit cd028f8bd5

View File

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