示例#1
0
 public void Reset()
 {
     UnRegisterAll();
     RemoveAllTrigger();
     _instance = null;
 }
示例#2
0
 protected BattleProcessorBase(EntityPool pool)
 {
     pool.AddTrigger(OnTrigger);
     GetEntityByID = pool.GetTargetById;
 }