Table of Contents

Class Player

Namespace
OpenGSQ.Responses.Quake2
Assembly
OpenGSQ.dll

Represents a player in the game.

public class Player
Inheritance
Player
Inherited Members

Properties

Address

Gets or sets the player's address.

public string? Address { get; set; }

Property Value

string

Frags

Gets or sets the player's frags.

public int Frags { get; set; }

Property Value

int

Name

Gets or sets the player's name.

public string? Name { get; set; }

Property Value

string

Ping

Gets or sets the player's ping.

public int Ping { get; set; }

Property Value

int