Exemple #1
0
 private void OnMouseDown()
 {
     if (currentState == State.Valid)
     {
         boardManager.AddToQueue(this);
     }
 }