Inherits TypedLobby.
Public Member Functions | |
override string | ToString () |
Public Member Functions inherited from TypedLobby | |
TypedLobby () | |
TypedLobby (string name, LobbyType type) | |
override string | ToString () |
Public Attributes | |
int | PlayerCount |
int | RoomCount |
Public Attributes inherited from TypedLobby | |
string | Name |
이 게임이 추가될 로비 이름. 디폴트: null, 디폴트 로비에 추가됨.lobbyName 과 lobbyType 은 유일한 값이므로 몇가지 타입이 존재 한다면 동일한 이름이 사용될 수 있습니다. More... | |
LobbyType | Type |
이 게임이 추가될 (명명된)로비의 타입 More... | |
Additional Inherited Members | |
Static Public Attributes inherited from TypedLobby | |
static readonly TypedLobby | Default = new TypedLobby() |
Properties inherited from TypedLobby | |
bool | IsDefault [get] |
override string TypedLobbyInfo.ToString | ( | ) |
int TypedLobbyInfo.PlayerCount |
int TypedLobbyInfo.RoomCount |