6 major server modules (PdkFriendServer/GlobalSever/ServerCore/GameModule/GameNetModule) + game logic (GameFix/GameDAL/ServerData) + network layer (NetWorkMessage) + data layer (ObjectModel) + utilities (MrWu/Core/Config/CloudAPI/dll) + adapters (zyxAdapter/base) .NET 8.0 C# solution, 16 projects, 958 source files
10 lines
184 B
C#
10 lines
184 B
C#
namespace Server.Config
|
|
{
|
|
public partial class TingConfig
|
|
{
|
|
/// <summary>
|
|
/// 厅规则
|
|
/// </summary>
|
|
public string TingGz;
|
|
}
|
|
} |