BattleInfoPlugin.Models.GetLostItem.GetLostItem C# (CSharp) Метод

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

public GetLostItem ( Api_Itemget itemget ) : System
itemget BattleInfoPlugin.Models.Raw.Api_Itemget
Результат System
        public GetLostItem(Api_Itemget itemget)
        {
            this.Type = (ItemType)itemget.api_id;
            this.Count = itemget.api_getcount;
        }

Same methods

GetLostItem::GetLostItem ( Api_Happening happening ) : System
GetLostItem