mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-17 07:15:22 +01:00
Fixed space
This commit is contained in:
parent
c40c854eb7
commit
a0bffe6114
@ -8,7 +8,7 @@ import { BattlePhase } from "./battle-phase";
|
||||
import { randSeedInt } from "#app/utils/common";
|
||||
|
||||
export class SelectBiomePhase extends BattlePhase {
|
||||
public readonly phaseNa me = "SelectBiomePhase";
|
||||
public readonly phaseName = "SelectBiomePhase";
|
||||
start() {
|
||||
super.start();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user