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

8 lines
183 B
C#

using System.Collections.Generic;
public sealed class BriskConfigCurrent
{
public Dictionary<string, object> FeatureFlags;
public Dictionary<string, object> DynamicConfig;
}