버그 수정, 허보 구현

This commit is contained in:
2020-03-21 20:17:39 +09:00
parent bb65e2c5c1
commit ef94478db8
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__];