示例#1
0
 public void LoadMapStarter()
 {
     MapStructure.instance.Set(jsonLoader.LoadMapJson("Starter"));
     Build();
 }