Exemplo n.º 1
0
 internal void RemoveCell(CandyGridCell cell) => Cells.RemoveAttachedComponent(cell);
Exemplo n.º 2
0
 internal int AddCell(CandyGridCell cell) => Cells.AddAttachedComponent(cell);