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

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

public GetLostItem ( Api_Happening happening ) : System
happening BattleInfoPlugin.Models.Raw.Api_Happening
Результат System
        public GetLostItem(Api_Happening happening)
        {
            this.Type = (ItemType)happening.api_mst_id;
            this.Count = -happening.api_count;
        }

Same methods

GetLostItem::GetLostItem ( Api_Itemget itemget ) : System
GetLostItem