public static void playButtonSoundIfPossible() {
   if (instance != null) instance.playButtonSound();
 }