집합, 귀환 추가

This commit is contained in:
2018-10-17 02:38:51 +09:00
parent cbd2e136ed
commit 56698aefe6
9 changed files with 338 additions and 135 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace sammo\Constraint;
class NoWanderingNation extends Constraint{
class OccupiedCity extends Constraint{
const REQ_VALUES = Constraint::REQ_GENERAL|Constraint::REQ_CITY;
public function checkInputValues(bool $throwExeception=true){