feat: 도시 장수 정의에 nationID를 추가

This commit is contained in:
2023-03-26 00:58:53 +09:00
parent 9a8f70d87b
commit 9e997a7ee2
+1
View File
@@ -40,6 +40,7 @@ export type GeneralListItemP0 = {
autorun_limit: number;
nationID?: number;
city: number;
troop: number;
};