IndieGame/client/Assets/Scripts/Frame/Menu/MenuFrame.cs

13 lines
150 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
public class MenuFrame : MenuFrameBase
{
}
}