Update src/data/abilities/ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-09-07 15:41:29 -05:00 committed by GitHub
parent 6cbe8a753a
commit 91b9587f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,7 +401,6 @@ export abstract class AbAttr {
*
* @remarks
* Abilities that have simple cancel interactions (e.g. {@linkcode BlockRecoilDamageAttr}) can extend this class to reuse the `canApply` and `apply` logic
* Classes can
*/
abstract class CancelInteractionAbAttr extends AbAttr {
override canApply({ cancelled }: AbAttrParamsWithCancel): boolean {