diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 02:32:19 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 02:32:19 -0400 |
| commit | edb312f607b202fb87c989a2120483eb9725f6d0 (patch) | |
| tree | 26549a8e0a049fa388d11fbc800c8b096eacb342 /PortEngine/Properties/Settings.Designer.cs | |
| parent | 269f6d0f4cbf556da4e4154143aa85fbf0448429 (diff) | |
| download | Project-Silicon-edb312f607b202fb87c989a2120483eb9725f6d0.tar.gz Project-Silicon-edb312f607b202fb87c989a2120483eb9725f6d0.tar.bz2 Project-Silicon-edb312f607b202fb87c989a2120483eb9725f6d0.zip | |
final changes for the night
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; + } + } } } |
