Beispiel #1
0
 internal async Task <FriendsGetFollowerCount_t?> GetFollowerCount(SteamId steamID)
 {
     return(await FriendsGetFollowerCount_t.GetResultAsync(_GetFollowerCount( Self, steamID )));
 }