Exemplo n.º 1
0
 /// <summary>
 /// Loads all default config files
 /// </summary>
 public void LoadDefaults()
 {
     Network = LoadYaml <NetworkConfig>("network_config.yml");
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize the default configuration files shared by servers
 /// </summary>
 public Configuration()
 {
     Network = new NetworkConfig();
 }