fix: GameUnitDetail의 info를 기존방식으로 변경

This commit is contained in:
2025-01-21 17:23:07 +00:00
parent 84fee0f1f2
commit 76625cf472
5 changed files with 10 additions and 31 deletions
+1 -4
View File
@@ -176,10 +176,7 @@ export type GameUnitType = {
magicCoef: number;
cost: number;
rice: number;
reqTech: number;
reqCities: CityID[] | null;
reqRegions: MapRegionID[] | null;
reqYear: number;
reqConstraints: Record<string, unknown>[];
attackCoef: Record<CrewTypeID | ArmTypeID, number> | null | [];
defenceCoef: Record<CrewTypeID | ArmTypeID, number> | null | [];
info: string | string[];