public static IEnumerable <Mod> GetAllPlayableModsPreferredOrder()
 {
     return(ModListHelpers.GetAllLoadedModsPreferredOrder());
 }