public void Reset() { UnRegisterAll(); RemoveAllTrigger(); _instance = null; }
protected BattleProcessorBase(EntityPool pool) { pool.AddTrigger(OnTrigger); GetEntityByID = pool.GetTargetById; }