7 lines
144 B
C#
7 lines
144 B
C#
namespace Fantasy.ConfigTable
|
|
{
|
|
/// <summary>
|
|
/// 表示是一个配置文件
|
|
/// </summary>
|
|
public interface IConfigTable { }
|
|
} |