Пример #1
0
 // Clear references
 public static void RemoveReferences()
 {
     SongInfo = null;
     SongDifficultySwitcher = null;
     KeymodeSwitcher        = null;
 }
Пример #2
0
 // Grabs DifficultChangeController and stores reference
 public static void GetDifficultySwitcher(DifficultChangeController __instance)
 {
     //BepInExLoader.Logging.LogMessage("ref difficulty");
     SongDifficultySwitcher = __instance;
 }