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