Exemplo n.º 1
0
 public AudioSource Play(string groupName)
 {
     return(m_SoundSet.Play(groupName, gameObject));
 }
Exemplo n.º 2
0
 public void PlayButtonClick(GameObject go)
 {
     lastHoverObj = go;
     uiSounds.Play("ButtonClick", gameObject);
 }