mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Remove @abstract
tags
This commit is contained in:
parent
d260ae52c8
commit
3205960d08
@ -1143,11 +1143,7 @@ function ChargeMove<TBase extends SubMove>(Base: TBase, nameAppend: string) {
|
|||||||
export class ChargingAttackMove extends ChargeMove(AttackMove, "ChargingAttackMove") {}
|
export class ChargingAttackMove extends ChargeMove(AttackMove, "ChargingAttackMove") {}
|
||||||
export class ChargingSelfStatusMove extends ChargeMove(SelfStatusMove, "ChargingSelfStatusMove") {}
|
export class ChargingSelfStatusMove extends ChargeMove(SelfStatusMove, "ChargingSelfStatusMove") {}
|
||||||
|
|
||||||
/**
|
/** Base class defining all {@linkcode Move} Attributes */
|
||||||
* Base class defining all {@linkcode Move} Attributes
|
|
||||||
* @abstract
|
|
||||||
* @see {@linkcode apply}
|
|
||||||
*/
|
|
||||||
export abstract class MoveAttr {
|
export abstract class MoveAttr {
|
||||||
/** Should this {@linkcode Move} target the user? */
|
/** Should this {@linkcode Move} target the user? */
|
||||||
public selfTarget: boolean;
|
public selfTarget: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user