配置表接入和升级服务器框架到最新版

This commit is contained in:
2025-10-10 17:57:01 +08:00
parent 520d4f37bd
commit 8a302754d6
250 changed files with 6356 additions and 4135 deletions

View File

@@ -3,5 +3,8 @@ namespace Fantasy.ConfigTable
/// <summary>
/// 表示是一个配置文件
/// </summary>
public interface IConfigTable { }
public interface IConfigTable
{
public uint Key { get; }
}
}