From bc1cb6da854cb2e9144f10ed55330a537ecdca16 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 04 三月 2026 14:35:57 +0800
Subject: [PATCH] 466 h5版本 资源规则修改 打包修改(未完成 勿拉取)
---
Main/System/FuncPreset/FuncPresetChooseCell.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/FuncPreset/FuncPresetChooseCell.cs b/Main/System/FuncPreset/FuncPresetChooseCell.cs
index 7dbc9f8..9893811 100644
--- a/Main/System/FuncPreset/FuncPresetChooseCell.cs
+++ b/Main/System/FuncPreset/FuncPresetChooseCell.cs
@@ -1,4 +1,4 @@
-using UnityEngine;
+锘縰sing UnityEngine;
using UnityEngine.UI;
//鏂规棰勮 鏂规閫夋嫨缁勪欢
@@ -78,7 +78,7 @@
void ChangeName(int funcType, int id)
{
- UIManager.Instance.OpenWindow<FuncPresetChangeNameWin>(funcType*100 + id);
+ UIManager.Instance.OpenWindowAsync<FuncPresetChangeNameWin>(funcType*100 + id).Forget();
}
void Fold(int funcType, int id)
--
Gitblit v1.8.0