C# Class SeaBattleMvc.Models.MvcField

Exibir arquivo Open project: sbannikov/csharpcroc

Public Properties

Property Type Description
cell ].MvcCell[

Public Methods

Method Description
MvcField ( SeaBattle.Data.Game game ) : System

Конструктор

Method Details

MvcField() public method

Конструктор
public MvcField ( SeaBattle.Data.Game game ) : System
game SeaBattle.Data.Game Игра
return System

Property Details

cell public_oe property

Игровое поле в виде двойного массива
public MvcCell[,] cell
return ].MvcCell[