Add BattlerIndex import

This commit is contained in:
Dean 2025-04-04 15:43:07 -07:00
parent 1319253b70
commit 8c302de379

View File

@ -5,6 +5,7 @@ import { StatusEffect } from "#app/enums/status-effect";
import { PokemonPhase } from "./pokemon-phase"; 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 type { BattlerIndex } from "#app/battle";
export class PostSummonPhase extends PokemonPhase { export class PostSummonPhase extends PokemonPhase {
start() { start() {