GameConst에 mapName과 unitSet추가

This commit is contained in:
2018-07-12 01:59:32 +09:00
parent b6cd004117
commit d75aa7e8dc
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ class GameConstBase
public static $banner = "KOEI의 이미지를 사용, 응용하였습니다 / 제작 : HideD(hided62@gmail.com)";
/** @var string 코드 아래에 붙는 설명 코드 */
public static $helper = "도움 주신 분들";
/** @var string mapName 사용중인 지도명 */
public static $mapName = 'che';
/** @var string unitSet 사용중인 유닛셋 */
public static $unitSet = 'che';
/** @var int 내정시 최하 민심 설정*/
public static $develrate = 50;
/** @var int 능력치 상승 경험치*/