Exemplo n.º 1
0
 private void UpdateAfterPickUp(Cell cell)
 {
     cell.Content = Content.Empty;
     _coins++;
 }
Exemplo n.º 2
0
 private bool IsInCell(Cell cell)
 {
     return(GetBoundingRect() == cell.GetBoundingRect());
 }