Class change I guess

This commit is contained in:
nrawicz 2024-05-03 11:04:55 -04:00
parent c3c6988aad
commit 7cb21fe51a

View File

@ -3676,6 +3676,7 @@ export class LastResortAttr extends MoveAttr {
}
}
export class VariableTargetAttr extends MoveAttr {
private targetChangeFunc: (user: Pokemon, target: Pokemon, move: Move) => number;
constructor(targetChange: (user: Pokemon, target: Pokemon, move: Move) => number) {