//Broken off so that if scoresaber isn't installed, we don't try to load anything from it
 private static void EnableHMDOnly()
 {
     CustomNotesInterop.EnableHMDOnly();
 }
 //Broken off so that if custom notes isn't installed, we don't try to load anything from it
 private static void DisableHMDOnly()
 {
     CustomNotesInterop.DisableHMDOnly();
 }