Exemplo n.º 1
0
 public void OnOtherPlayerSelectMap(string mapCode)
 {
     mapBuilder.BuildMap3D(mapCode, buildingListT);
     Data.inst.SetCurrentMap(new MapInfo(1, "pvpSelectedByOtherPlayer", mapCode), GameMode.PvP);
 }