Class GameSetupSelection

All Implemented Interfaces:
Serializable

public class GameSetupSelection extends GameMessage
A GameMessage sent by a client in order to inform the server the tower color and wizard chosen by the user.
See Also:
  • Constructor Details

    • GameSetupSelection

      public GameSetupSelection(String sender, String towerColor, String wizard)
  • Method Details

    • getTowerColor

      public String getTowerColor()
      A getter for the tower color requested by the user.
      Returns:
      the chosen tower color
    • getWizard

      public String getWizard()
      A getter for the wizard requested by the user.
      Returns:
      the chosen wizard