mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 18:49:16 +01:00
[Misc] Remove unused FieldPreventExplosiveMovesAbAttrParams interface (#6878)
This commit is contained in:
parent
2e04e62965
commit
1c8ebbeed5
@ -1700,11 +1700,6 @@ export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr {
|
||||
}
|
||||
}
|
||||
|
||||
export interface FieldPreventExplosiveMovesAbAttrParams extends AbAttrBaseParams {
|
||||
/** Holds whether the explosive move should be prevented*/
|
||||
cancelled: BooleanHolder;
|
||||
}
|
||||
|
||||
export class FieldPreventExplosiveMovesAbAttr extends CancelInteractionAbAttr {}
|
||||
|
||||
export interface FieldMultiplyStatAbAttrParams extends AbAttrBaseParams {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user