Exemplo n.º 1
0
 private static bool Prefix(OptionsMenu __instance)
 {
     // should always be on the missing songs page when this happens
     if (MissingSongsUI.lookingAtMissingSongs)
     {
         MissingSongsUI.Cancel();
         return(false);
     }
     return(true);
 }