using System.Collections; using System.Collections.Generic; using UnityEngine; public class GlobalBtnSound : MonoBehaviour { public void SFXBtnPress() { SoundMgr.PlaySfx(SoundName.BtnPress); } }