Files
2026-03-05 11:39:06 +08:00

7 lines
144 B
C#

namespace Fantasy.ConfigTable
{
/// <summary>
/// 表示是一个配置文件
/// </summary>
public interface IConfigTable { }
}