Class RoomData

Inheritance

System.Object
RoomData

Inherited Members

System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StreamSIX
Assembly: cs.temp.dll.dll

Syntax

public class RoomData

Fields

ID

Declaration

public string ID

Field Value

TypeDescription
System.String

Joinable

Declaration

public int Joinable

Field Value

TypeDescription
System.Int32

JoinCode

Declaration

public string JoinCode

Field Value

TypeDescription
System.String

MaxPlayers

Declaration

public int MaxPlayers

Field Value

TypeDescription
System.Int32

Name

Declaration

public string Name

Field Value

TypeDescription
System.String

Owner

Declaration

public string Owner

Field Value

TypeDescription
System.String

SessionID

Declaration

public string SessionID

Field Value

TypeDescription
System.String

State

Declaration

public string State

Field Value

TypeDescription
System.String

UpdatedAt

Declaration

public string UpdatedAt

Field Value

TypeDescription
System.String