Make AuraAbAttr abstract

This commit is contained in:
Jakub Hanko 2024-05-17 19:08:41 +02:00
parent 5a706d7cf8
commit 1bac75f29b
No known key found for this signature in database
GPG Key ID: 775D427937A306CC

View File

@ -2690,7 +2690,7 @@ export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
}
}
export class AuraAbAttr extends AbAttr { }
export abstract class AuraAbAttr extends AbAttr { }
export class FriendGuardAbAttr extends AuraAbAttr {
apply(pokemon: Pokemon, passive: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {