Class Player
Represents a player in the game.
public class Player
- Inheritance
-
Player
- Inherited Members
Properties
Name
Gets or sets the name of the player.
public string Name { get; set; }
Property Value
Ping
Gets or sets the ping of the player.
public int Ping { get; set; }
Property Value
Score
Gets or sets the score of the player.
public int Score { get; set; }
Property Value
Skin
Gets or sets the skin of the player.
public string Skin { get; set; }
Property Value
Team
Gets or sets the team of the player.
public string Team { get; set; }
Property Value
Time
Gets or sets the time of the player.
public int Time { get; set; }