diff options
Diffstat (limited to 'PortEngine/Properties/Settings.Designer.cs')
| -rw-r--r-- | PortEngine/Properties/Settings.Designer.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/PortEngine/Properties/Settings.Designer.cs b/PortEngine/Properties/Settings.Designer.cs index 3703ea0..5e4656a 100644 --- a/PortEngine/Properties/Settings.Designer.cs +++ b/PortEngine/Properties/Settings.Designer.cs @@ -79,5 +79,41 @@ namespace PortEngine.Properties { 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; + } + } } } |
