frontend: 기술 제한 표기 수정

This commit is contained in:
2025-06-25 14:16:19 +00:00
parent 63cc5d8e88
commit f183dcc72b
4 changed files with 17 additions and 10 deletions
+3
View File
@@ -57,6 +57,9 @@ export type GameConstType = {
maxTechLevel: number;
maxBetrayCnt: number;
techLevelIncYear: number;
initialAllowedTechLevel: number;
basePopIncreaseAmount: number;
expandCityPopIncreaseAmount: number;
expandCityDevelIncreaseAmount: number;