Move type constants

Prevent problems of circular dependencies when sepating actions from
items & sheets
This commit is contained in:
2025-01-15 16:16:59 +01:00
parent a8dc07b4db
commit d922e4fdd5
35 changed files with 97 additions and 90 deletions

View File

@ -1,7 +1,7 @@
import { RdDUtility } from "../rdd-utility.js";
import { ReglesOptionnelles } from "../settings/regles-optionnelles.js";
import { STATUSES } from "../settings/status-effects.js";
import { ITEM_TYPES } from "../item.js";
import { ITEM_TYPES } from "../constants.js";
import { RdDBaseActorReve } from "./base-actor-reve.js";
import { RdDDice } from "../rdd-dice.js";
import { RdDItemBlessure } from "../item/blessure.js";