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