refac: GeneralBasicCard의 부대장 요구 정보를 간소화
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user