guodong 1 년 전
부모
커밋
642e6e2efa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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}
 
+#if UNITY_2017_1_OR_NEWER
             LogHelper.LogEditor("InitConfig:" + nameof({CfgName}));
+#endif
 		}
 		
 	}