public static float GetPriority(Obj_AI_Hero hero)
 {
     return(Priorities.GetPriority(hero));
 }