Class JoinByIdRequest
The body of a Join request
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class JoinByIdRequest
Constructors
| Name | Description |
|---|---|
| JoinByIdRequest(string, Player) | The body of a Join request |
Properties
| Name | Description |
|---|---|
| Password | The password to the target lobby. If target lobby HasPassword is true, this password must match or the request is denied. |
| Player | Parameter player of JoinByIdRequest |