diff --git a/Assets/Scripts/Inventory/DraggableItem.cs b/Assets/Scripts/Inventory/DraggableItem.cs index 96f5d1eb54363e5b3c748a6567b670a2da8cf06c..f807c594259e9d47d487ee25b545e8620b9ce714 100644 --- a/Assets/Scripts/Inventory/DraggableItem.cs +++ b/Assets/Scripts/Inventory/DraggableItem.cs @@ -12,7 +12,6 @@ public class DraggableItem : MonoBehaviour, IBeginDragHandler, IDragHandler, IEn { public Image image; public Text counttext; - //public int ItemIndex; [HideInInspector] public Transform parentAfterDrag; [HideInInspector] public int count=1; [HideInInspector] public int countspeicher = 1;