using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class NoContractItem : MonoBehaviour { [Header("Óп¨²ÛÑ¡Ôñ¹ºÂòºÏÔ¼")] public Button OpenkuanghcangButton; // Start is called before the first frame update void Start() { OpenkuanghcangButton.onClick.AddListener((() => { KuangChang.Instance.onSetActive(true);})); } }