천통시 최소 명전 등록 가능 연도를 GameConst로

This commit is contained in:
2019-04-21 02:30:12 +09:00
parent e6e0a4bd7d
commit 71ce5c4dcb
2 changed files with 4 additions and 7 deletions
+2
View File
@@ -71,6 +71,8 @@ class GameConstBase
public static $exchangeFee = 0.01;
/** @var float 성인 연령 */
public static $adultAge = 14;
/** @var float 명전 등록 가능 연령 */
public static $minPushHallAge = 40;
/** @var int 최대 계급 */
public static $maxDedLevel = 30;
/** @var int 최대 기술 레벨 */