Пример #1
0
 void OnMouseDown()
 {
     if (slotController.firstSelectSlotToExchange == null)
     {
         slotController.SelectSlotToExchange(this);
     }
     startPositionOfMouse = Input.mousePosition;
 }