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

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

public MapCell ( Api_Cell_Data cell, int mapArea, int mapNo, int infoId ) : System
cell BattleInfoPlugin.Models.Raw.Api_Cell_Data
mapArea int
mapNo int
infoId int
Результат System
        public MapCell(Api_Cell_Data cell, int mapArea, int mapNo, int infoId)
        {
            this.ColorNo = cell.api_color_no;
            this.Id = cell.api_id;
            this.MapInfoId = infoId;
            this.MapAreaId = mapArea;
            this.MapInfoIdInEachMapArea = mapNo;
            this.IdInEachMapInfo = cell.api_no;
        }

Same methods

MapCell::MapCell ( Grabacr07.KanColleWrapper.Models.Raw.kcsapi_mst_mapcell cell ) : System
MapCell