Files
example-top-down-unity/Assets/Scripts/ButtonEventHandler.cs
julius da69229fe8 kp
2022-02-15 10:32:41 +01:00

11 lines
179 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ButtonEventHandler : MonoBehaviour
{
[SerializeField] UI_Inventory inventory;
}