Update path for utils in ability-class.ts

This commit is contained in:
Sirz Benjie 2025-04-15 10:16:25 -05:00
parent ccd3ffb5ae
commit a69e77d4e6
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -3,7 +3,7 @@ import type { AbAttrCondition } from "#app/@types/ability-types";
import type { AbAttr } from "#app/data/abilities/ab-attrs/ab-attr";
import i18next from "i18next";
import type { Localizable } from "#app/interfaces/locales";
import type { Constructor } from "#app/utils";
import type { Constructor } from "#app/utils/common";
export class Ability implements Localizable {
public id: Abilities;