mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
missing import
This commit is contained in:
parent
cd028f8bd5
commit
957fe5b5c6
@ -1,4 +1,5 @@
|
|||||||
import { BattlePhase } from "./battle-phase";
|
import { BattlePhase } from "./battle-phase";
|
||||||
|
import Pokemon from "#app/field/pokemon";
|
||||||
|
|
||||||
type PokemonFunc = (pokemon: Pokemon) => void;
|
type PokemonFunc = (pokemon: Pokemon) => void;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user