Browse Source

日志工具

guodong 1 năm trước cách đây
mục cha
commit
a1a259bd90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 		}