mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 02:42:19 +02:00
Update path for utils in ab-attr.ts
This commit is contained in:
parent
f450fcbe5b
commit
ccd3ffb5ae
@ -1,6 +1,6 @@
|
||||
import type { AbAttrCondition } from "#app/@types/ability-types";
|
||||
import type Pokemon from "#app/field/pokemon";
|
||||
import type * as Utils from "#app/utils";
|
||||
import type { BooleanHolder } from "#app/utils/common";
|
||||
|
||||
export abstract class AbAttr {
|
||||
public showAbility: boolean;
|
||||
@ -22,7 +22,7 @@ export abstract class AbAttr {
|
||||
_pokemon: Pokemon,
|
||||
_passive: boolean,
|
||||
_simulated: boolean,
|
||||
_cancelled: Utils.BooleanHolder | null,
|
||||
_cancelled: BooleanHolder | null,
|
||||
_args: any[],
|
||||
): void {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user