You've already forked CC-Framework.BriskGameServer
8 lines
183 B
C#
8 lines
183 B
C#
using System.Collections.Generic;
|
|
|
|
public sealed class BriskConfigCurrent
|
|
{
|
|
public Dictionary<string, object> FeatureFlags;
|
|
public Dictionary<string, object> DynamicConfig;
|
|
}
|