This commit is contained in:
kridoo
2025-12-05 11:09:38 +08:00
parent 6853284c8f
commit 6f584db05d
3 changed files with 31 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ public class UploadInfoToWeb : MonoBehaviour
begin_at = DateTime.Now;
dateTime = DateTime.Now.AddSeconds(-10);
//StartCoroutine(check());
StartCoroutine(check());
InvokeRepeating("UploadEQ", 1f, 60f);
}