WeatherUi 수정

This commit is contained in:
NTG_Lenovo 2024-04-02 11:43:43 +09:00
parent 054d3fea61
commit 15bf5ce8c6

View File

@ -23,6 +23,11 @@ namespace BlueWaterProject
private IEnumerator TimeCoroutine() private IEnumerator TimeCoroutine()
{ {
while (!CozyManager.Inst)
{
yield return new WaitForSeconds(updateTime);
}
while (true) while (true)
{ {
Date.text = CozyWeather.instance.timeModule.currentDay + " Days"; Date.text = CozyWeather.instance.timeModule.currentDay + " Days";