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,6 +1,6 @@
import { InvalidArgument } from "@sammo/util";
import { City } from "./City.js";
import type { IGeneralEntity } from "./GeneralEntity.js";
import type { IGeneralEntity } from "./Entity/GeneralEntity.js";
import type { IResourceController } from "./ResourceController.js";
import { DiplomaticPermission, type CityID, type GeneralID, type GeneralName, type NationID, OfficerLevel, type TroopID } from "./defs.js";
import { must } from "@sammo/util";