Fixed space

This commit is contained in:
Bertie690 2025-06-08 09:44:50 -04:00
parent c40c854eb7
commit a0bffe6114

View File

@ -8,7 +8,7 @@ import { BattlePhase } from "./battle-phase";
import { randSeedInt } from "#app/utils/common"; import { randSeedInt } from "#app/utils/common";
export class SelectBiomePhase extends BattlePhase { export class SelectBiomePhase extends BattlePhase {
public readonly phaseNa me = "SelectBiomePhase"; public readonly phaseName = "SelectBiomePhase";
start() { start() {
super.start(); super.start();