Browse Source

日志工具

guodong 1 year ago
parent
commit
a1a259bd90
1 changed files with 1 additions and 1 deletions
  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
 		}