public static void EnqueueIfNotAlreadyFast(HudElementWaypoint wp) { if (!Priority.Contains(wp)) { Priority.Push(wp); } }