CSharpTradeOffers.Community.SteamUserHandler.SteamUserHandler C# (CSharp) Méthode

SteamUserHandler() public méthode

Initializes a new SteamUserHandler, it is used to GetFriendList and other similiar functions.
public SteamUserHandler ( string apiKey ) : System.Collections.Generic
apiKey string Api key to use
Résultat System.Collections.Generic
        public SteamUserHandler(string apiKey)
        {
            _apiKey = apiKey;
        }