Browse Source

添加mainView的配置输出

leiyasi 1 year ago
parent
commit
7b6ba32a8f
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

@@ -13,6 +13,8 @@ namespace GFGGame
 		public void setData(SqliteDataReader reader)
 		{
 {variable assignment}
+            Debug.Log("MainViewUseConfig:" + nameof({CfgName}));
+
 		}
 		
 	}