using asap.core; using GameCore; using UnityEngine; using UnityEngine.UI; public enum AppearanceOpenType { HomePanel, FishingRodPanel, //AppearancePanel } public class AppearanceBtn : MonoBehaviour { Button btn_appearance; private void Awake() { btn_appearance = GetComponent