using UnityEngine; using System.Collections; public class ShopBtn : MonoBehaviour { public void Click() { ShopPanel.Show(); } }