playerlives

more additions
This commit is contained in:
djkellerman
2025-02-17 19:02:14 -05:00
parent a3ce16bd3a
commit 136c8d3d89
4 changed files with 36 additions and 4 deletions

16
Assets/Scripts/UseItem.cs Normal file
View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class UseItem : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}