Resolve circular dependency

This commit is contained in:
Aslan 2026-01-23 10:49:48 -05:00
parent 89164bf83d
commit dc63079081
6 changed files with 130 additions and 127 deletions

View file

@ -4,9 +4,11 @@ import {
Attack,
attackPunch,
attacks,
type IAttack,
} from "./structures/attacks.js";
import {
npcBecky,
npcs,
type IAttack,
type IEntity,
type INPC,
type INPCData,