Package ch.fusun.baron.basic.command

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


            }
            return null;
          }
        });
    if (inputDialog.open() == InputDialog.OK) {
      clientService.execute(new CreateUnitCommand(playerService
          .getDynasty(userService.getUser()), (City) tile, Integer
          .parseInt(inputDialog.getValue())));
    }
  }
View Full Code Here

TOP

Related Classes of ch.fusun.baron.basic.command.CreateUnitCommand

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.