[Misc] Remove unused FieldPreventExplosiveMovesAbAttrParams interface (#6878)

This commit is contained in:
Bertie690 2025-12-21 00:23:22 -05:00 committed by GitHub
parent 2e04e62965
commit 1c8ebbeed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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