Пример #1
0
 private void DraggingCard()
 {
     if (currentCardSlot != null && draggingCard)
     {
         currentCardSlot.CardInHand();
     }
 }