mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-02 06:22:15 +02:00
Update import
This commit is contained in:
parent
ba8375b1e4
commit
ca05b94dbe
@ -7,7 +7,7 @@ import { PokemonPhase } from "./pokemon-phase";
|
||||
import { MysteryEncounterPostSummonTag } from "#app/data/battler-tags";
|
||||
import { BattlerTagType } from "#enums/battler-tag-type";
|
||||
import { Stat } from "#enums/stat";
|
||||
import { PostSummonActivateAbilityPhase } from "#app/phases/priority-ability-activation-phase";
|
||||
import { PostSummonActivateAbilityPhase } from "#app/phases/post-summon-activate-ability-phase";
|
||||
|
||||
export class PostSummonPhase extends PokemonPhase {
|
||||
/** Represents whether or not this phase has already been placed in the correct (speed) order */
|
||||
|
Loading…
Reference in New Issue
Block a user