초기 constraint 지정

This commit is contained in:
2018-09-02 13:17:26 +09:00
parent 7f8c339c0f
commit cf443e8531
6 changed files with 302 additions and 0 deletions
+3
View File
@@ -90,4 +90,7 @@ class GameConstBase
public static $maxTurn = 24;
public static $statGradeLevel = 5;
/** @var int 초반 제한 기간 */
public static $openingPartYear = 3;
}