You've already forked CC-Framework.BriskGameServer
Localize sample UI and document release conventions
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
/// <summary>
|
||||
/// 当前客户端命中的动态配置结果。
|
||||
/// </summary>
|
||||
public sealed class BriskConfigCurrent
|
||||
{
|
||||
/// <summary>
|
||||
/// 功能开关集合。
|
||||
/// </summary>
|
||||
public Dictionary<string, object> FeatureFlags;
|
||||
/// <summary>
|
||||
/// 动态配置集合。
|
||||
/// </summary>
|
||||
public Dictionary<string, object> DynamicConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user