配置表接入和升级服务器框架到最新版
This commit is contained in:
@@ -3,5 +3,8 @@ namespace Fantasy.ConfigTable
|
||||
/// <summary>
|
||||
/// 表示是一个配置文件
|
||||
/// </summary>
|
||||
public interface IConfigTable { }
|
||||
public interface IConfigTable
|
||||
{
|
||||
public uint Key { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user