CapersProject/Assets/02.Scripts/Ui/Tycoon/Upgrade_Popup.cs

17 lines
284 B
C#
Raw Normal View History

2024-10-21 05:47:20 +00:00
using UnityEngine;
public class Upgrade_Popup : 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()
{
}
}