IndieGame/client/Assets/Scripts/Frame/Main/MainFrame.cs

13 lines
160 B
C#
Raw Normal View History

2024-10-21 03:46:58 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
public class MainFrame : MainFrameBase
{
}
}