refac: GeneralBasicCard의 부대장 요구 정보를 간소화
This commit is contained in:
@@ -183,7 +183,10 @@ const gameConstStore = unwrap(inject<Ref<GameConstStore>>("gameConstStore"));
|
|||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
general: GeneralListItemP1;
|
general: GeneralListItemP1;
|
||||||
troopInfo?: {
|
troopInfo?: {
|
||||||
leader: GeneralListItemP1;
|
leader: {
|
||||||
|
city: number;
|
||||||
|
reservedCommand?: GeneralListItemP1['reservedCommand'];
|
||||||
|
};
|
||||||
name: string;
|
name: string;
|
||||||
};
|
};
|
||||||
nation: NationStaticItem;
|
nation: NationStaticItem;
|
||||||
|
|||||||
Reference in New Issue
Block a user