void SaveFile()
 {
     File.WriteAllText(EditorConfig.CONFIG_PATH + "GameManagerToolConfig.json", LocalDataUtil.ToJson(dataList, true));
 }