Package civquest.nation

Examples of civquest.nation.RestrictedToNation


     * @param vegetation the vegetation of the field
     * @param map the current map
     */
    public VegetationChange(Field field, Field.Height heightLevel,
            VegetationData vegetation, MapViewComponent map) {
        super(new RestrictedToNation(), field.getPosition());
        this.field = field;
        this.heightLevel = heightLevel;
        this.vegetation = vegetation;
        this.map = map;
    }
View Full Code Here

TOP

Related Classes of civquest.nation.RestrictedToNation

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.