Update BattlerIndex import path

This commit is contained in:
dobin 2025-06-13 17:07:23 +09:00
parent 9e204bea5a
commit e669b828f2

View File

@ -6,7 +6,7 @@ import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
import { BattleType } from "#enums/battle-type";
import { getStatKey, getStatStageChangeDescriptionKey, Stat } from "#enums/stat";
import { BattlerIndex } from "#app/battle";
import { BattlerIndex } from "#enums/battler-index";
import i18next from "i18next";
import { getPokemonNameWithAffix } from "#app/messages";