From 30ba2ef747ced774bef177d5273cb5a3429cff49 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期二, 01 七月 2025 17:38:55 +0800 Subject: [PATCH] 130 子 【战斗】战斗系统 / 【战斗】战斗系统-客户端 部分战斗逻辑 --- Main/Manager/UIManager.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Main/Manager/UIManager.cs b/Main/Manager/UIManager.cs index b7a1d14..a3bee2c 100644 --- a/Main/Manager/UIManager.cs +++ b/Main/Manager/UIManager.cs @@ -30,8 +30,13 @@ private Transform loadingTrans; // UI瀛楀吀锛屽瓨鍌ㄦ墍鏈夊凡鍔犺浇鐨刄I锛岄敭涓篣I鍚嶇О锛屽�间负UI瀹炰緥 - private Dictionary<string, List<UIBase>> uiDict = new Dictionary<string, List<UIBase>>(); - +#if UNITY_EDITOR + public +#else + private +#endif + Dictionary<string, List<UIBase>> uiDict = new Dictionary<string, List<UIBase>>(); + // 瀛樺偍鍏抽棴浣嗘湭閿�姣佺殑UI锛岄敭涓篣I鍚嶇О锛屽�间负UI瀹炰緥 private Dictionary<string, List<UIBase>> closedUIDict = new Dictionary<string, List<UIBase>>(); -- Gitblit v1.8.0