更新最新框架
This commit is contained in:
10
Entity/Modules/ConfigTable/Interface/IConfigTable.cs
Normal file
10
Entity/Modules/ConfigTable/Interface/IConfigTable.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NBF.ConfigTable
|
||||
{
|
||||
/// <summary>
|
||||
/// 表示是一个配置文件
|
||||
/// </summary>
|
||||
public interface IConfigTable
|
||||
{
|
||||
public uint Key { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user