refac: 경로 변경

This commit is contained in:
2024-03-09 05:09:54 +00:00
parent afb6fbb1b1
commit f320ce58a2
11 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { must } from "@sammo/util";
import type { General } from "./General.js";
import type { IResourceController } from "./ResourceController.js";
import type { ITroopEntity } from "./TroopEntity.js";
import type { ITroopEntity } from "./Entity/TroopEntity.js";
import type { GeneralID } from "./defs.js";
import { LazyEntityUpdater } from "./LazyEntityUpdater.js";