From c9c974d191bce6eae536e707768a137e01ac4809 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 11 Mar 2024 13:41:54 +0000 Subject: [PATCH] =?UTF-8?q?GeneralEntity=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @sammo/game_logic/src/Entity/GeneralEntity.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/@sammo/game_logic/src/Entity/GeneralEntity.ts b/@sammo/game_logic/src/Entity/GeneralEntity.ts index 24dcabe..8db1160 100644 --- a/@sammo/game_logic/src/Entity/GeneralEntity.ts +++ b/@sammo/game_logic/src/Entity/GeneralEntity.ts @@ -1,4 +1,4 @@ -import type { DiplomaticPermission, GeneralID, GeneralName, ItemID, ItemKeyType, NationID, NpcType, OfficerLevel, PersonalityType, SpecialityDomesticType, SpecialityWarType, TroopID, UserID, UserName } from "../defs.js"; +import type { CityID, DiplomaticPermission, GeneralID, GeneralName, ItemID, ItemKeyType, NationID, NpcType, OfficerLevel, PersonalityType, SpecialityDomesticType, SpecialityWarType, TroopID, UserID, UserName } from "../defs.js"; export interface IGeneralEntity { id: GeneralID; @@ -30,6 +30,8 @@ export interface IGeneralEntity { dex: number[]; officerLevel: OfficerLevel; + officerCityID?: CityID; + diplomaticPermission: DiplomaticPermission; gold: number;