예제 #1
0
 private void UpdateAfterPickUp(Cell cell)
 {
     cell.Content = Content.Empty;
     _coins++;
 }
예제 #2
0
 private bool IsInCell(Cell cell)
 {
     return(GetBoundingRect() == cell.GetBoundingRect());
 }