/// <summary>
 /// Awake function to set the current audio set and the instance
 /// </summary>
 protected override void Awake()
 {
     base.Awake();
     currentAudio = ButtonAudio;
 }
 public void OnHoverEnd(InteractibleObject interaction)
 {
     currentAudio = null;
 }