Resolve circular dependency
This commit is contained in:
parent
89164bf83d
commit
dc63079081
6 changed files with 130 additions and 127 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue