Beispiel #1
0
 // Grabs SongInfoDetailView and stores reference
 public static void GetSongInfo(SongInfoDetailView __instance)
 {
     SongInfo = __instance;
 }
Beispiel #2
0
 // Clear references
 public static void RemoveReferences()
 {
     SongInfo = null;
     SongDifficultySwitcher = null;
     KeymodeSwitcher        = null;
 }