버그 수정, 허보 구현

This commit is contained in:
2020-03-21 20:17:39 +09:00
parent afbbbaa855
commit d918234bb8
5 changed files with 297 additions and 5 deletions
@@ -11,6 +11,10 @@ class ConstraintHelper{
static function AllowDiplomacyStatus(int $nationID, array $disallowList, string $errMsg):array{
return [__FUNCTION__, [$nationID, $disallowList, $errMsg]];
}
static function AllowDiplomacyBetweenStatus(array $allowDipCodeList, string $errMsg):array{
return [__FUNCTION__, $allowDipCodeList, $errMsg];
}
static function AllowJoinAction():array{
return [__FUNCTION__];