BF2Statistics.Web.ASP.GetUnlocksInfo.GetUnlocksInfo C# (CSharp) Метод

GetUnlocksInfo() публичный Метод

This request provides details of the players unlocked weapons
public GetUnlocksInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Результат System
        public GetUnlocksInfo(HttpClient Client)
            : base(Client)
        {
        }