Georg Meyer

Results 1 comments of Georg Meyer

@KesKim This confused me as well. You need to call the `Set` method on the `CallResult` to make it work: ```csharp OnRequestUserStatsCallback = CallResult.Create(OnRequestCurrentStats); var steamAPICallT = SteamUserStats.RequestUserStats(SteamUser.GetSteamID()); OnRequestUserStatsCallback.Set(steamAPICallT); ```