yyl
2026-02-11 3f2cd27c5dfb3b450245bf1a37fc1b3414031c7c
Main/System/HeroUI/HeroScenePosCell.cs
@@ -101,6 +101,7 @@
    {
        //延迟0.5秒显示
        await UniTask.Delay(TimeSpan.FromSeconds(HeroUIManager.clickFlyPosTime));
        if (this == null) return; // destroyed during await
        objForfly.SetActive(true);
    }
}