mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-31 21:27:07 +01:00
kp
This commit is contained in:
10
Assets/Scripts/ButtonEventHandler.cs
Normal file
10
Assets/Scripts/ButtonEventHandler.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class ButtonEventHandler : MonoBehaviour
|
||||
{
|
||||
|
||||
[SerializeField] UI_Inventory inventory;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user