Table of Contents

Class Player

Namespace
OpenGSQ.Responses.ASE
Assembly
OpenGSQ.dll

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

string

Ping

Gets or sets the ping of the player.

public int Ping { get; set; }

Property Value

int

Score

Gets or sets the score of the player.

public int Score { get; set; }

Property Value

int

Skin

Gets or sets the skin of the player.

public string Skin { get; set; }

Property Value

string

Team

Gets or sets the team of the player.

public string Team { get; set; }

Property Value

string

Time

Gets or sets the time of the player.

public int Time { get; set; }

Property Value

int