CSharpTradeOffers.Community.SteamUserHandler.SteamUserHandler C# (CSharp) 메소드

SteamUserHandler() 공개 메소드

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
리턴 System.Collections.Generic
        public SteamUserHandler(string apiKey)
        {
            _apiKey = apiKey;
        }