feat: RaiserInvader 초기 구현

This commit is contained in:
2021-03-28 03:13:03 +09:00
parent 926d96732d
commit f8f4b73a09
9 changed files with 211 additions and 61 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class RegNeutralNPC extends \sammo\Event\Action{
->setNPCType(6);
}
public function run($env=null){
public function run(array $env){
$result = $this->npc->fillRemainSpecAsZero($env)->build($env);
return [__CLASS__, $result];
}