public void AddTargetable(Targetable targetable) { targetables.Add(targetable); targetable.SetActiveState(currentSummoningType); }