mirror of
https://github.com/alee14-projects/Project-Silicon.git
synced 2025-01-23 08:23:04 -05:00
119 lines
4.4 KiB
C#
119 lines
4.4 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PortEngine.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool graphicsFriendly {
|
|
get {
|
|
return ((bool)(this["graphicsFriendly"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Player")]
|
|
public string userDisplayName {
|
|
get {
|
|
return ((string)(this["userDisplayName"]));
|
|
}
|
|
set {
|
|
this["userDisplayName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int userBalance {
|
|
get {
|
|
return ((int)(this["userBalance"]));
|
|
}
|
|
set {
|
|
this["userBalance"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public string userSecurityLevel {
|
|
get {
|
|
return ((string)(this["userSecurityLevel"]));
|
|
}
|
|
set {
|
|
this["userSecurityLevel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public string userPowerLevel {
|
|
get {
|
|
return ((string)(this["userPowerLevel"]));
|
|
}
|
|
set {
|
|
this["userPowerLevel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool storylineStatus {
|
|
get {
|
|
return ((bool)(this["storylineStatus"]));
|
|
}
|
|
set {
|
|
this["storylineStatus"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool hijack1EventCompleted {
|
|
get {
|
|
return ((bool)(this["hijack1EventCompleted"]));
|
|
}
|
|
set {
|
|
this["hijack1EventCompleted"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool chatter1EventCompleted {
|
|
get {
|
|
return ((bool)(this["chatter1EventCompleted"]));
|
|
}
|
|
set {
|
|
this["chatter1EventCompleted"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|