mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02: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";
|
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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user