Compare commits
No commits in common. "94656992f2ea3da946472af4aa0dbb5e2144a739" and "0acf4e1f0d0b4cfc57e27ad0a807c0f69a5040ad" have entirely different histories.
94656992f2
...
0acf4e1f0d
@ -14,13 +14,15 @@ public class DateManager : MonoBehaviour
|
|||||||
public Button btn;
|
public Button btn;
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
ui.gameObject.SetActive(false);
|
|
||||||
btn.onClick.AddListener(() =>
|
btn.onClick.AddListener(() =>
|
||||||
{
|
{
|
||||||
Application.Quit();
|
Application.Quit();
|
||||||
});
|
});
|
||||||
UpdateTime(ShowTip, ShowTip);
|
UpdateTime(ShowTip, ShowTip);
|
||||||
}
|
}
|
||||||
|
private void Start()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public void ShowTip(string str)
|
public void ShowTip(string str)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user