Represents a player in the game menu, including their name, token, and bot status. More...
Public Member Functions | |
MenuPlayer (string name, int token, bool isBot) | |
Initializes a new instance of the MenuPlayer class. | |
Represents a player in the game menu, including their name, token, and bot status.
MenuPlayer.MenuPlayer | ( | string | name, |
int | token, | ||
bool | isBot ) |
Initializes a new instance of the MenuPlayer class.
name | The name of the player. |
token | The token of the player. |
isBot | Indicates if the player is a bot. |