Delegate KaijuStats.NumberPlayersHandler
Delegate for getting the number of players.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void NumberPlayersHandler(bool success, int players);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | If this callback was a success. |
| System.Int32 | players | The number of players. |