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

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

diff --git a/Main/System/HeroDebut/HeroDebutCheckInWin.cs b/Main/System/HeroDebut/HeroDebutCheckInWin.cs
index 251d4c9..bac6528 100644
--- a/Main/System/HeroDebut/HeroDebutCheckInWin.cs
+++ b/Main/System/HeroDebut/HeroDebutCheckInWin.cs
@@ -1,3 +1,4 @@
+using Cysharp.Threading.Tasks;
 using UnityEngine;
 
 public class HeroDebutCheckInWin : UIBase
@@ -76,7 +77,7 @@
             }
         }
 
-        rolelhShow.Create(skinID, 1, motionName: "", isLh: true);
+        rolelhShow.Create(skinID, 1, motionName: "", isLh: true).Forget();
         OnSecondEvent();
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0