임관 추가. 유니크 복권 추첨을 General 클래스 용으로 변경

This commit is contained in:
2018-10-21 15:20:27 +09:00
parent 3cc437a17f
commit 08bff5d7df
38 changed files with 467 additions and 165 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace sammo\Constraint;
class NotCapital extends Constraint{
class AllowWar extends Constraint{
const REQ_VALUES = Constraint::REQ_NATION;
public function checkInputValues(bool $throwExeception=true){