Files
M-Gameton-06/Gameton-06/Assets/Gameton/Scripts/UI/ShopUI.cs
2025-03-03 15:57:06 +09:00

22 lines
345 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
{
public class ShopUI : UIBase
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}