Table of Contents

Class Player

Namespace
OpenGSQ.Responses.Source
Assembly
OpenGSQ.dll

Player Data

public class Player
Inheritance
Player
Inherited Members

Properties

Deaths

Player Deaths

public long? Deaths { get; set; }

Property Value

long?

Duration

Player Duration

public float Duration { get; set; }

Property Value

float

Money

Player Money

public long? Money { get; set; }

Property Value

long?

Name

Player Name

public string Name { get; set; }

Property Value

string

Score

Player Score

public long Score { get; set; }

Property Value

long