15 lines
404 B
C#
15 lines
404 B
C#
|
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);}));
|
|||
|
}
|
|||
|
}
|