Exemplo n.º 1
0
 public Settings(ConfigSettings config, ServerSettings server, DrawesomeSettings drawesome, PromptSettings prompts)
 {
     Config = config;
     Server = server;
     Drawesome = drawesome;
     Prompts = prompts;
 }
Exemplo n.º 2
0
 public Settings()
 {
     Config = new ConfigSettings();
     Server = new ServerSettings();
     Drawesome = new DrawesomeSettings();
     Prompts = new PromptSettings();
 }