public static void SetPriority(Obj_AI_Hero hero, int newPriority)
 {
     Priorities.SetPriority(hero, newPriority);
 }