feat(wip): 세력장수 추가작업, 병종 등
This commit is contained in:
@@ -203,7 +203,7 @@ export type GameCityDefault = {
|
||||
path: Record<CityID, string>;
|
||||
};
|
||||
|
||||
export type GameIActionCategory = "nationType" | "specialDomestic" | "specialWar" | "personality" | "item";
|
||||
export type GameIActionCategory = "nationType" | "specialDomestic" | "specialWar" | "personality" | "item" | "crewtype";
|
||||
|
||||
export type GameIActionInfo = {
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user