using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using SC; public class ButtonPanel : MonoBehaviour { public UIButton CurButton; public PannelType PannelType; void Awake () { CurButton = GetComponent(); } }