Example #1
0
 private void AddMissingPregameCells()
 {
     _grid.Cells
     .Except(PregameCells.Keys)
     .ToList()
     .ForEach(k => PregameCells.Add(k, false));
 }