feat: 임의 커맨드용 트리거 추가

This commit is contained in:
2022-02-20 04:30:05 +09:00
parent cccf9968e7
commit 435044dddd
3 changed files with 25 additions and 0 deletions
+4
View File
@@ -46,4 +46,8 @@ trait DefaultAction{
public function getBattlePhaseSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{
return null;
}
public function onArbitraryAction(General $general, string $actionType, ?string $phase=null, $aux=null): null|array{
return $aux;
}
}