iAction,name,info, buildiActionCache, mode, myInfo

This commit is contained in:
2019-10-05 01:17:43 +09:00
parent 5eec7f9bbc
commit 53a3767829
90 changed files with 551 additions and 3592 deletions
+9
View File
@@ -2,6 +2,15 @@
namespace sammo;
trait DefaultAction{
public function getName():string{
return $this->name;
}
public function getInfo():string{
return $this->info;
}
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return null;
}