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
@@ -43,7 +43,7 @@ class CreateManyNPC extends \sammo\Event\Action{
}
public function run($env=null){
public function run(array $env){
if($this->npcCount <= 0){
return [__CLASS__, []];
}