using System; using Mono.Event; using UnityEngine; using UnityEngine.UI; namespace UnityTest.ZXL { public class SureButton : MonoBehaviour { [SerializeField] private Button _button; [SerializeField] private SureButtonType _sureButtonType; public SureButtonType sureButtonType => _sureButtonType; private void Awake() { _button = GetComponent