This commit is contained in:
julius
2022-02-15 10:32:41 +01:00
parent 27b7415f2e
commit da69229fe8
9 changed files with 1187 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ButtonEventHandler : MonoBehaviour
{
[SerializeField] UI_Inventory inventory;
}