누락된 GameCustomConst 추가

This commit is contained in:
2018-05-21 05:30:38 +09:00
parent bf233f7552
commit 2fbf8bc2e2
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace sammo;
class GameCustomConst
{
/** @var int 유저 스탯 총합 */
public static $defaultStatTotal = _tK_statTotal_;
public static $defaultStatMin = _tK_statMin_;
public static $defaultStatMax = _tK_statMax_;
public static $defaultStatNPCMax = _tK_statNPCMax_;
public static $chiefStatMin = _tK_statChiefMin_;
}