초토화 추가

This commit is contained in:
2020-05-04 06:13:15 +09:00
parent 8baa24a539
commit 0ec8c74015
5 changed files with 240 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class ConstraintHelper{
return [__FUNCTION__, $callback];
}
static function AllowDiplomacyStatus(int $nationID, array $disallowList, string $errMsg):array{
static function AllowDiplomacyStatus(int $nationID, array $allowList, string $errMsg):array{
return [__FUNCTION__, [$nationID, $disallowList, $errMsg]];
}