made rows and columns properties public
continuous-integration/drone/push Build is failing Details

test_old_branch
Jules LASCRET 12 months ago
parent fc249ce672
commit cdd26cb8f3

@ -13,8 +13,8 @@ namespace QwirkleClassLibrary
public ReadOnlyCollection<Cell> ReadCells => cells.AsReadOnly();
private readonly List<Cell> cells = new();
private int Rows { get; }
private int Columns { get; }
public int Rows { get; }
public int Columns { get; }
public Board(int rows, int cols)
{

Loading…
Cancel
Save