시나리오용 EventEngine.... 틀만 완성!
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace sammo\Event\Action;
|
||||
|
||||
//기존 event_4.php
|
||||
class CreateAdminNPC extends sammo\Event\Action{
|
||||
public function __construct(){
|
||||
|
||||
}
|
||||
|
||||
public function run($env=null){
|
||||
return [__CLASS__, 'NYI'];
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace sammo\Event\Action;
|
||||
|
||||
//기존 event_3.php
|
||||
class CreateManyNPC extends sammo\Event\Action{
|
||||
public function __construct($npcCount = 200){
|
||||
|
||||
}
|
||||
|
||||
public function run($env=null){
|
||||
return [__CLASS__, 'NYI'];
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace sammo\Event\Action;
|
||||
|
||||
//기존 event_1.php
|
||||
class RaiseInavderStrong extends sammo\Event\Action{
|
||||
public function __construct($npcCount = 200){
|
||||
|
||||
}
|
||||
|
||||
public function run($env=null){
|
||||
return [__CLASS__, 'NYI'];
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace sammo\Event\Action;
|
||||
|
||||
//기존 event_2.php
|
||||
class RaiseInavderWeak extends sammo\Event\Action{
|
||||
public function __construct($npcCount = 200){
|
||||
|
||||
}
|
||||
|
||||
public function run($env=null){
|
||||
return [__CLASS__, 'NYI'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user