Browse Source

添加mainView的配置输出

leiyasi 1 năm trước cách đây
mục cha
commit
7b6ba32a8f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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}));
+
 		}
 		
 	}