public int SortTargets(TargetInfo t1, TargetInfo t2) { return(t2.GetPriorityScore(this).CompareTo(t1.GetPriorityScore(this))); }