From 02bf56b08904d159e87399275bf3e2f1276b1ea7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 04 六月 2025 16:26:39 +0800
Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 OpenWindow 没提供 界面名(字符串)接口 【个人测试已过】
---
Main/ResModule/ScriptableObjectLoader.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/ResModule/ScriptableObjectLoader.cs b/Main/ResModule/ScriptableObjectLoader.cs
index 9c11130..6212c9c 100644
--- a/Main/ResModule/ScriptableObjectLoader.cs
+++ b/Main/ResModule/ScriptableObjectLoader.cs
@@ -49,7 +49,7 @@
// if (_config == null)
// {
-// DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", mapID);
+// Debug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", mapID);
// }
// return _config;
@@ -81,7 +81,7 @@
// if (_config == null)
// {
-// DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", raceId);
+// Debug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", raceId);
// }
// return _config;
--
Gitblit v1.8.0