C# Class TypedLobbyInfo

Inheritance: TypedLobby
ファイルを表示 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_oe property

public int PlayerCount
return int

RoomCount public_oe property

public int RoomCount
return int