Initial framework for upgrade shop

This commit is contained in:
2024-10-20 20:01:23 -07:00
parent c679a1f8a8
commit 256b9ba569
31 changed files with 4248 additions and 6 deletions

16
Assets/ShopButton.cs Normal file
View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class ShopButton : 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()
{
}
}