증여 버그 수정, 출병을 현 코드에 맞게 수정

This commit is contained in:
2020-03-08 19:30:49 +09:00
parent d7989ab34d
commit 89a6769385
5 changed files with 202 additions and 7 deletions
@@ -88,6 +88,10 @@ class ConstraintHelper{
return [__FUNCTION__];
}
static function HasRoute():array{
return [__FUNCTION__];
}
static function MustBeNPC():array{
return [__FUNCTION__];
}