mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
re-added import
This commit is contained in:
parent
b99e38e96f
commit
cc901739b3
@ -193,6 +193,7 @@ import type { MoveResult } from "#enums/move-result";
|
||||
import { PokemonMove } from "#app/data/moves/pokemon-move";
|
||||
import type { AbAttrMap, AbAttrString } from "#app/@types/ability-types";
|
||||
import { getTerrainBlockMessage } from "#app/data/terrain";
|
||||
import { LearnMoveSituation } from "#enums/learn-move-situation";
|
||||
|
||||
/** Base typeclass for damage parameter methods, used for DRY */
|
||||
type damageParams = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user