GuiManager

This commit is contained in:
Janis
2023-02-22 14:23:26 +01:00
parent a2e4459b5c
commit 50916358f2
8 changed files with 212 additions and 5 deletions

View File

@@ -2,8 +2,6 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
public class DraggableSlotContentUI : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler
{
public int slotIndex; // slotIndex is set by SlotUI