Delegate KaijuStats.UserStatsStoredHandler
Delegate for storing our stats.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void UserStatsStoredHandler(bool success, ulong game);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | If our stats were stored successfully |
| System.UInt64 | game | The game these stats were for. |