Exemplo n.º 1
0
 void HandleItemTouch(GridItem item)
 {
     if (item.CanTouchItem())
     {
         item.VisitBoardItem();
     }
 }