초토화 추가
This commit is contained in:
@@ -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]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user