Exemplo n.º 1
0
 private static void Postfix(OptionsMenu __instance, int col, string label, OptionsMenuButton.SelectedActionDelegate onSelected, OptionsMenuButton.IsCheckedDelegate isChecked)
 {
     if (__instance.mPage == OptionsMenu.Page.Main)
     {
         if (buttonCount == 0) // only do this once, bit of a hack
         {
             MissingSongsUI.SetMenu(__instance);
         }
     }
 }