Example #1
0
 public Settings(ConfigSettings config, ServerSettings server, DrawesomeSettings drawesome, PromptSettings prompts)
 {
     Config    = config;
     Server    = server;
     Drawesome = drawesome;
     Prompts   = prompts;
 }
Example #2
0
 public Settings(ConfigSettings config, ServerSettings server, DrawesomeSettings drawesome, PromptSettings prompts)
 {
     Config = config;
     Server = server;
     Drawesome = drawesome;
     Prompts = prompts;
 }
Example #3
0
 public Settings()
 {
     Config    = new ConfigSettings();
     Server    = new ServerSettings();
     Drawesome = new DrawesomeSettings();
     Prompts   = new PromptSettings();
 }
Example #4
0
 public Settings()
 {
     Config = new ConfigSettings();
     Server = new ServerSettings();
     Drawesome = new DrawesomeSettings();
     Prompts = new PromptSettings();
 }