Constructor JoinByIdRequest
JoinByIdRequest(string, Player)
The body of a Join request
Declaration
[Preserve]
public JoinByIdRequest(string password = null, Player player = null)
Parameters
Type | Name | Description |
---|---|---|
string | password | The password to the target lobby. If target lobby HasPassword is true, this password must match or the request is denied. |
Player | player | player param |