public static void Goto <T>(OuiFileSelectSlot slot, EverestModuleSaveData modSaveData, bool fileExists)
     where T : OuiFileSelectSlotSubmenu
 {
     slot.Assisting = true; // same animation as assist mode.
     Goto <T>(overworld => overworld.Goto <OuiFileSelect>(), slot, modSaveData, fileExists);
 }
 protected abstract void addOptionsToMenu(TextMenu menu, OuiFileSelectSlot slot, EverestModuleSaveData modSaveData, bool fileExists);