Compare commits

..

No commits in common. "94656992f2ea3da946472af4aa0dbb5e2144a739" and "0acf4e1f0d0b4cfc57e27ad0a807c0f69a5040ad" have entirely different histories.

View File

@ -14,13 +14,15 @@ 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)
{