void Awake()
 {
     dataList = LocalDataUtil.FromJson <DataList>(File.ReadAllText(EditorConfig.CONFIG_PATH + "GameManagerToolConfig.json"));
 }