CapersProject/Assets/02.Scripts/Ui/Tycoon/Upgrade_Popup.cs
2024-10-21 14:47:20 +09:00

17 lines
284 B
C#

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()
{
}
}