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 DeleteEvent extends \sammo\Event\Action{
public function __construct(){
}
public function run($env=null){
public function run(array $env){
$eventID = \sammo\Util::array_get($env['currentEventID']);
if(!$eventID){