GeneralEntity 보완
This commit is contained in:
@@ -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 {
|
export interface IGeneralEntity {
|
||||||
id: GeneralID;
|
id: GeneralID;
|
||||||
@@ -30,6 +30,8 @@ export interface IGeneralEntity {
|
|||||||
dex: number[];
|
dex: number[];
|
||||||
|
|
||||||
officerLevel: OfficerLevel;
|
officerLevel: OfficerLevel;
|
||||||
|
officerCityID?: CityID;
|
||||||
|
|
||||||
diplomaticPermission: DiplomaticPermission;
|
diplomaticPermission: DiplomaticPermission;
|
||||||
|
|
||||||
gold: number;
|
gold: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user