mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 05:22:44 +02:00
Fixed imports
This commit is contained in:
parent
683c203fa0
commit
8fb07e2503
@ -1,6 +1,6 @@
|
||||
import type { SessionSaveMigrator } from "#app/@types/SessionSaveMigrator";
|
||||
import type { BattlerIndex } from "#enums/battler-index";
|
||||
import type { TurnMove } from "#app/field/pokemon";
|
||||
import type { TurnMove } from "#app/@types/turn-move";
|
||||
import type { MoveResult } from "#enums/move-result";
|
||||
import type { SessionSaveData } from "#app/system/game-data";
|
||||
import { MoveUseMode } from "#enums/move-use-mode";
|
||||
|
@ -1,4 +1,5 @@
|
||||
import type { PlayerPokemon, TurnMove } from "#app/field/pokemon";
|
||||
import type { PlayerPokemon } from "#app/field/pokemon";
|
||||
import type { TurnMove } from "#app/@types/turn-move";
|
||||
import type { PokemonMove } from "#app/data/moves/pokemon-move";
|
||||
import type Pokemon from "#app/field/pokemon";
|
||||
import { MoveResult } from "#enums/move-result";
|
||||
|
Loading…
Reference in New Issue
Block a user