IndieGame/client/Assets/Scripts/Frame/Setting/SettingFrame.cs

13 lines
156 B
C#
Raw Normal View History

2024-10-24 23:44:04 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
public class SettingFrame : SettingFrameBase
{
}
}