Files
M-Gameton-06/Gameton-06/Assets/Gameton/Scripts/UI/PauseUI.cs
2025-02-03 00:56:45 +09:00

13 lines
167 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace TON
{
public class PauseUI : UIBase
{
}
}