mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Update import
This commit is contained in:
parent
ae76425952
commit
8145f9c0d1
@ -22,7 +22,7 @@ import { BattlerTagType } from "#enums/battler-tag-type";
|
||||
import { Moves } from "#enums/moves";
|
||||
import { StatusEffect } from "#enums/status-effect";
|
||||
import i18next from "i18next";
|
||||
import { MoveChargePhase } from "./move-charge-phase";
|
||||
import { MoveChargePhase } from "#app/phases/move-charge-phase";
|
||||
|
||||
export class MovePhase extends BattlePhase {
|
||||
protected _pokemon: Pokemon;
|
||||
|
Loading…
Reference in New Issue
Block a user