Event PlayerJoined
Event called when a player join has occurred to a lobby on the server.
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public event Action<List<LobbyPlayerJoined>> PlayerJoined
Returns
| Type | Description |
|---|---|
| Action<List<LobbyPlayerJoined>> |