浏览代码

日志工具

guodong 1 年之前
父节点
当前提交
a1a259bd90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Editor/Excel/Template/Config.txt

+ 1 - 1
GameClient/Assets/Editor/Excel/Template/Config.txt

@@ -15,7 +15,7 @@ namespace GFGGame
 {variable assignment}
 
 #if UNITY_2017_1_OR_NEWER
-            LogHelper.LogEditor("InitConfig:" + nameof({CfgName}));
+            LogUtil.LogEditor("InitConfig:" + nameof({CfgName}));
 #endif
 		}