C# Class TypedLobbyInfo

Inheritance: TypedLobby
Show file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
PlayerCount int
RoomCount int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

PlayerCount public property

public int PlayerCount
return int

RoomCount public property

public int RoomCount
return int