_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/kuangChang10/NoContractItem.cs

15 lines
404 B
C#
Raw Normal View History

2024-12-06 16:14:45 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class NoContractItem : MonoBehaviour
{
[Header("<22>п<EFBFBD><D0BF><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Լ")] public Button OpenkuanghcangButton;
// Start is called before the first frame update
void Start()
{
OpenkuanghcangButton.onClick.AddListener((() => { KuangChang.Instance.onSetActive(true);}));
}
}