Constructor LobbyPlayerJoined
LobbyPlayerJoined(int, Player)
Creates a set of information about a player that joined.
Declaration
public LobbyPlayerJoined(int index, Player player)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index the player joined at. |
| Player | player | The player that joined. |