mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +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 { MysteryEncounterPostSummonTag } from "#app/data/battler-tags";
|
||||||
import { BattlerTagType } from "#enums/battler-tag-type";
|
import { BattlerTagType } from "#enums/battler-tag-type";
|
||||||
import { Stat } from "#enums/stat";
|
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 {
|
export class PostSummonPhase extends PokemonPhase {
|
||||||
/** Represents whether or not this phase has already been placed in the correct (speed) order */
|
/** Represents whether or not this phase has already been placed in the correct (speed) order */
|
||||||
|
Loading…
Reference in New Issue
Block a user