Exemplo n.º 1
0
 private void CheckForSquare(float x, float y)
 {
     if (biscuitMatrix.CheckClosedSquare(x, y))
     {
         MarkBiscuit(x, y);
         biscuitWasMarked = true;
     }
 }