java.lang.Object
it.polimi.ingsw.am13.model.player.Token
All Implemented Interfaces:
Serializable

public class Token extends Object implements Serializable
Represents token present in game. It could be a token representing the color chosen by the player, the token of that color in the scoreboard,
See Also:
  • Field Details

    • color

      private final ColorToken color
      Color of the token
  • Constructor Details

    • Token

      public Token(ColorToken color)
      Parameters:
      color - Color of the token
  • Method Details