mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Update BattlerIndex import path
This commit is contained in:
parent
9e204bea5a
commit
e669b828f2
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user