Restore pokemon as a type-only import in moves.ts

This commit is contained in:
Sirz Benjie 2025-04-15 17:59:31 -05:00
parent 43d140b4f4
commit 3c13e1f2ca
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 1 additions and 1 deletions

View File

@ -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,