BaseWarUnitTrigger, TriggerCaller 구조 변경, 클래스 반영
This commit is contained in:
@@ -10,7 +10,7 @@ abstract class TriggerCaller{
|
||||
return !$this->triggerListByPriority;
|
||||
}
|
||||
|
||||
function __construct(?array $triggerList=null)
|
||||
function __construct(ObjectTrigger ...$triggerList)
|
||||
{
|
||||
if(!$triggerList){
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user