public void OnMouseUp() { if (!Draggable()) { return; } if (draggedCard != null) { draggedCard.OnMouseUp(); draggedCard = null; } }