BattleInfoPlugin.ViewModels.CellTypeViewModel.CellTypeViewModel C# (CSharp) Method

CellTypeViewModel() public method

public CellTypeViewModel ( CellType type ) : System
type CellType
return System
        public CellTypeViewModel(CellType type)
        {
            this.CellType = type;
        }
CellTypeViewModel