C# Class BattleInfoPlugin.Models.MapCell

Show file Open project: Yoctillion/BattleInfoPlugin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
MapCell ( Api_Cell_Data cell, int mapArea, int mapNo, int infoId ) : System
MapCell ( Grabacr07.KanColleWrapper.Models.Raw.kcsapi_mst_mapcell cell ) : System

Method Details

MapCell() public method

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
return System

MapCell() public method

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