feat: RaiserInvader 초기 구현

This commit is contained in:
2021-03-28 03:13:03 +09:00
parent 91a4989ef3
commit e9393a2e8e
9 changed files with 211 additions and 61 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class RegNPC extends \sammo\Event\Action{
->setLifeSpan($birth, $death);
}
public function run($env){
public function run(array $env){
$result = $this->npc->fillRemainSpecAsZero($env)->build($env);
return [__CLASS__, $result];
}