mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Restore pokemon as a type-only import in moves.ts
This commit is contained in:
parent
a6b9deabab
commit
5d46ab80e0
@ -13,7 +13,7 @@ import {
|
||||
} from "../battler-tags";
|
||||
import { getPokemonNameWithAffix } from "../../messages";
|
||||
import type { AttackMoveResult, TurnMove } from "../../field/pokemon";
|
||||
import Pokemon from "../../field/pokemon";
|
||||
import type Pokemon from "../../field/pokemon";
|
||||
import {
|
||||
EnemyPokemon,
|
||||
FieldPosition,
|
||||
|
Loading…
Reference in New Issue
Block a user