Package civquest.city

Examples of civquest.city.City


    if (looseControl) {
      cityID = field.getRulingCity().getID();
      mapData.removeFieldFromCity(field, field.getRulingCity());
    } else {
      City city = mapData.getCity(cityID);
      mapData.assignFieldToCity(field, city);
    }

    notifyAfter();
  }
View Full Code Here

TOP

Related Classes of civquest.city.City

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.