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