From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl

---
 Main/System/InternalAffairs/GoldRushWorkCell.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Main/System/InternalAffairs/GoldRushWorkCell.cs b/Main/System/InternalAffairs/GoldRushWorkCell.cs
index ca2408d..4beeea2 100644
--- a/Main/System/InternalAffairs/GoldRushWorkCell.cs
+++ b/Main/System/InternalAffairs/GoldRushWorkCell.cs
@@ -1,5 +1,6 @@
 锘縰sing System;
 using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
 using UnityEngine;
 using UnityEngine.UI;
 
@@ -78,7 +79,7 @@
                 {
                     heroModels[i].SetActive(true);
                     var skinID = GoldRushManager.Instance.GetWorkerSkinID(campID, i);
-                    heroModels[i].Create(skinID, 0.6f, motionName:"run");
+                    heroModels[i].Create(skinID, 0.6f, motionName:"run").Forget();
                 }
                 else
                 {

--
Gitblit v1.8.0