guodong 1 year ago
parent
commit
642e6e2efa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      GameClient/Assets/Editor/Excel/Template/Config.txt

+ 2 - 0
GameClient/Assets/Editor/Excel/Template/Config.txt

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