선전포고 구현

This commit is contained in:
2020-03-11 17:08:55 +09:00
parent 42bb937e68
commit 00d3105aad
4 changed files with 95 additions and 5 deletions
@@ -104,6 +104,10 @@ class ConstraintHelper{
return [__FUNCTION__, $distance];
}
static function NearNation():array{
return [__FUNCTION__];
}
static function NotBeNeutral():array{
return [__FUNCTION__];
}