Exemplo n.º 1
0
 private static void Postfix(MenuState __instance, ref MenuState.State state)
 {
     if (state == MenuState.State.Launched || state == MenuState.State.SongPage)
     {
         MelonCoroutines.Start(ModifierManager.Reset());
     }
 }
Exemplo n.º 2
0
 private static void Prefix(InGameUI __instance)
 {
     MelonCoroutines.Start(ModifierManager.Reset());
 }