// Play the Confirm Audio public void PlayConfirmSound() { if (menuManager == null) { return; } menuManager.PlayConfirmSound(); }