This commit is contained in:
kridoo
2026-01-12 09:39:28 +08:00
parent 333a4f3ecb
commit ac041525cc
67 changed files with 43293 additions and 3266 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);
}