コード例 #1
0
 public void LoadDefaults()
 {
     RCON = new RemoteConsole();
     AutomaticShutdown = new AutomaticShutdown();
     WebConfigurations = new WebConfigurations();
     WebPermissions    = new WebPermissions();
     LanguageCode      = "en";
     MaxFrames         = 60;
 }
コード例 #2
0
ファイル: RocketSettings.cs プロジェクト: cartman-2000/Rocket
 public void LoadDefaults()
 {
     RCON = new RemoteConsole();
     AutomaticShutdown = new AutomaticShutdown();
     WebConfigurations = new WebConfigurations();
     WebPermissions = new WebPermissions();
     LanguageCode = "en";
     MaxFrames = 60;
 }