Package org.freerealm.executor.command

Examples of org.freerealm.executor.command.BuildCityCommand


    }

    @Override
    public void execute(Realm realm) {
        String cityName = getUnit().getPlayer().getNextSettlementName();
        Executor.getInstance().execute(new BuildCityCommand(getUnit(), cityName));
        setComplete(true);
    }
View Full Code Here

TOP

Related Classes of org.freerealm.executor.command.BuildCityCommand

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.