예제 #1
0
 /// 生成cell list
 private void GenerateCellList(String path)
 {
     json = JsonHelp.LoadJsonFile(path);
     ReloadCellList();
 }