完善时间锁
This commit is contained in:
parent
c9f3add8a3
commit
4ce0b3e9cb
@ -14,15 +14,13 @@ public class DateManager : MonoBehaviour
|
||||
public Button btn;
|
||||
private void Awake()
|
||||
{
|
||||
ui.gameObject.SetActive(false);
|
||||
btn.onClick.AddListener(() =>
|
||||
{
|
||||
Application.Quit();
|
||||
});
|
||||
UpdateTime(ShowTip, ShowTip);
|
||||
}
|
||||
private void Start()
|
||||
{
|
||||
}
|
||||
|
||||
public void ShowTip(string str)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user