mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 23:05:23 +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 { PokemonMove } from "#app/data/moves/pokemon-move";
|
||||||
import type { AbAttrMap, AbAttrString } from "#app/@types/ability-types";
|
import type { AbAttrMap, AbAttrString } from "#app/@types/ability-types";
|
||||||
import { getTerrainBlockMessage } from "#app/data/terrain";
|
import { getTerrainBlockMessage } from "#app/data/terrain";
|
||||||
|
import { LearnMoveSituation } from "#enums/learn-move-situation";
|
||||||
|
|
||||||
/** Base typeclass for damage parameter methods, used for DRY */
|
/** Base typeclass for damage parameter methods, used for DRY */
|
||||||
type damageParams = {
|
type damageParams = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user