Examples of AverageHand


Examples of com.svanloon.game.wizard.client.player.AverageHand

   * Document the setRound method
   *
   * @param round
   */
  public void setRound(int round) {
    averageHand = new AverageHand();
    averageHand.setRound(round);
    for(Opponent opponent:opponents) {
      opponent.setRound(round);
      opponent.setCardsRemaining(round);
    }
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.