접속 가중치 개념 삭제.

This commit is contained in:
2018-04-08 12:38:46 +09:00
parent 493b3c7d97
commit 48a560cb4c
7 changed files with 10 additions and 21 deletions
+2
View File
@@ -78,4 +78,6 @@ class GameConst
public static $defaultMaxNation = 55;
/** @var int 초기 최대 천재 수 */
public static $defaultMaxGenius = 5;
/** @var int 초기 시작 년도. 실제 값은 시나리오에서 정해지므로 딱히 의미는 없음. */
public static $defaultStartYear = 180;
}