客户端rsa,冗余清理,bug修复,安卓build问题

This commit is contained in:
FloatGaming
2026-07-14 01:43:49 +08:00
parent fd22501f71
commit f8985d91d2
682 changed files with 4595 additions and 11216 deletions
@@ -370,7 +370,7 @@ public class TrackJudgeHitEffectController : MonoBehaviour
if (useUnscaledTime)
yield return new WaitForSecondsRealtime(delay);
else
yield return new WaitForSeconds(delay);
yield return GameplayClock.WaitForSeconds(delay);
if (instance == null)
yield break;