|
Barotrauma Client Doc
|
Classes | |
| struct | NameAndEndpoint |
Public Member Functions | |
| ConnectCommand (string serverName, Endpoint endpoint) | |
| ConnectCommand (ulong lobbyId) | |
Public Attributes | |
| readonly Either< NameAndEndpoint, ulong > | EndpointOrLobby |
Definition at line 6 of file ConnectCommand.cs.
| Barotrauma.ConnectCommand.ConnectCommand | ( | string | serverName, |
| Endpoint | endpoint | ||
| ) |
Definition at line 22 of file ConnectCommand.cs.
| Barotrauma.ConnectCommand.ConnectCommand | ( | ulong | lobbyId | ) |
Definition at line 27 of file ConnectCommand.cs.
| readonly Either<NameAndEndpoint, ulong> Barotrauma.ConnectCommand.EndpointOrLobby |
Definition at line 20 of file ConnectCommand.cs.