Examples of BuildCityCommand


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
Copyright © 2018 www.massapi.com. 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.