From bde6d9006b4e708ef8a9ea7fc7efdaebe3db9ccd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 22 五月 2025 18:11:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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