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 |