C# Class BattleInfoPlugin.Models.CellTypeExtensions

Show file Open project: Yoctillion/BattleInfoPlugin

Public Methods

Method Description
GetCellType ( this cell, CellType>.IReadOnlyDictionary knownTypes ) : CellType
ToCellType ( this colorNo ) : CellType

Method Details

GetCellType() public static method

public static GetCellType ( this cell, CellType>.IReadOnlyDictionary knownTypes ) : CellType
cell this
knownTypes CellType>.IReadOnlyDictionary
return CellType

ToCellType() public static method

public static ToCellType ( this colorNo ) : CellType
colorNo this
return CellType