Examples of AnnectLandCommand


Examples of ch.fusun.baron.basic.command.AnnectLandCommand

  @Override
  public void execute(Object tile) {
    List<Country> countriesForUser = playerUtil.getCountriesForUser();
    if (countriesForUser.size() > 0) {
      clientService.execute(new AnnectLandCommand(
          playerUtil.getDynasty(), countriesForUser.get(0),
          (Tile) tile));
    }
  }
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.