예제 #1
0
파일: Config.cs 프로젝트: Bwaite43/ArkBot
 public Config()
 {
     // Default values
     ArkMultipliers    = new ArkMultipliersConfigSection();
     Servers           = new ServerConfigSection[] { };
     Clusters          = new ClusterConfigSection[] { };
     DiscordBotEnabled = true;
 }
예제 #2
0
파일: Config.cs 프로젝트: sticker94/ArkBot
 public Config()
 {
     // Default values
     Ssl                        = new SslConfigSection();
     UserRoles                  = new Dictionary <string, string[]>();
     ArkMultipliers             = new ArkMultipliersConfigSection();
     Servers                    = new ServerConfigSection[] { };
     Clusters                   = new ClusterConfigSection[] { };
     DiscordBotEnabled          = true;
     WebAppRedirectListenPrefix = new string[] { };
     AccessControl              = new Dictionary <string, Dictionary <string, string[]> >();
     Discord                    = new DiscordConfigSection();
 }