PropertyTycoon
 
Loading...
Searching...
No Matches
MenuPlayer Class Reference

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.
 

Properties

string name [get]
 The name of the player.
 
int token [get]
 The token of the player. 0=Boot, 1=Smartphone, 2=Ship, 3=Hatstand, 4=Cat, 5=Iron.
 
bool isBot [get]
 Indicates if the player is a bot.
 

Detailed Description

Represents a player in the game menu, including their name, token, and bot status.

Constructor & Destructor Documentation

◆ MenuPlayer()

MenuPlayer.MenuPlayer ( string name,
int token,
bool isBot )

Initializes a new instance of the MenuPlayer class.

Parameters
nameThe name of the player.
tokenThe token of the player.
isBotIndicates if the player is a bot.

The documentation for this class was generated from the following file: