9 lines
93 B
C#
Raw Normal View History

2024-01-26 19:15:07 +08:00
using UnityEngine;
namespace Script
{
public class UIMain : MonoBehaviour
{
}
}