yyl
2026-04-24 97de31e9a015cf139f5293a22e1575a43dfb6733
Main/System/HeroReturn/HeroReturnCheckInWin.cs
@@ -1,4 +1,5 @@
using UnityEngine;
using Cysharp.Threading.Tasks;
public class HeroReturnCheckInWin : UIBase
{
@@ -74,7 +75,7 @@
            }
        }
        rolelhShow.Create(skinID, 1, motionName: "", isLh: true);
        rolelhShow.Create(skinID, 1, motionName: "", isLh: true).Forget();
        OnSecondEvent();
    }
}