Ejemplo n.º 1
0
 public void AddCell(eCell _cell)
 {
     _cell.SetShip(this);
     cells.Add(_cell);
 }