Compare commits
2 Commits
0acf4e1f0d
...
94656992f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94656992f2 | ||
|
|
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