using System.Collections; using System.Collections.Generic; using UnityEngine; public class AboutUsView : MonoBehaviour { public void Back() { AudioMgr.ins.PlayBtn(); Destroy(this.gameObject); } }