refac: GeneralBasicCard의 부대장 요구 정보를 간소화

This commit is contained in:
2022-08-26 00:34:42 +09:00
parent 16fb782bbf
commit df31300a0b
+4 -1
View File
@@ -183,7 +183,10 @@ const gameConstStore = unwrap(inject<Ref<GameConstStore>>("gameConstStore"));
const props = defineProps<{
general: GeneralListItemP1;
troopInfo?: {
leader: GeneralListItemP1;
leader: {
city: number;
reservedCommand?: GeneralListItemP1['reservedCommand'];
};
name: string;
};
nation: NationStaticItem;