Example #1
0
 public List <ZoneInfo> GetZoneList(string serverGroupID, int mapID)
 {
     return(zones.GetZoneList(serverGroupID, mapID));
 }