三国卡牌客户端基础资源仓库
yyl
2026-03-28 25eb0e50d4e815efb16d1a9953beac6ea1c7cfc3
Assets/Editor/UI/UIAdjustEditor.cs
@@ -28,7 +28,7 @@
        {
            if (Application.isPlaying && !string.IsNullOrEmpty(uiName))
            {
                UIManager.Instance.OpenWindow(uiName).Forget();
                UIManager.Instance.OpenWindowAsync(uiName).Forget();
            }
            else
            {