Table of Contents

Class Status

Namespace
OpenGSQ.Responses.KillingFloor
Assembly
OpenGSQ.dll

Represents the status of a server.

public class Status : Status
Inheritance
Status
Inherited Members

Properties

WaveCurrent

Gets or sets the current wave number in a game.

public int WaveCurrent { get; set; }

Property Value

int

WaveTotal

Gets or sets the total number of waves in a game.

public int WaveTotal { get; set; }

Property Value

int