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
@@ -7,7 +7,7 @@ class CreateAdminNPC extends \sammo\Event\Action{
}
public function run($env=null){
public function run(array $env){
return [__CLASS__, 'NYI'];
}