Files
CC-Framework.BriskGameServer/PackageSource/com.foldcc.cc-framework.BriskGameServer/Runtime/Models/BriskConfigCurrent.cs

8 lines
183 B
C#
Raw Normal View History

2026-04-10 22:06:39 +08:00
using System.Collections.Generic;
public sealed class BriskConfigCurrent
{
public Dictionary<string, object> FeatureFlags;
public Dictionary<string, object> DynamicConfig;
}