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