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 | |
| 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')
| -rw-r--r-- | PortEngine/Properties/Settings.Designer.cs | 36 | ||||
| -rw-r--r-- | PortEngine/Properties/Settings.settings | 9 |
2 files changed, 45 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; + } + } } } diff --git a/PortEngine/Properties/Settings.settings b/PortEngine/Properties/Settings.settings index 27ebb1f..100f3c4 100644 --- a/PortEngine/Properties/Settings.settings +++ b/PortEngine/Properties/Settings.settings @@ -17,5 +17,14 @@ <Setting Name="userPowerLevel" Type="System.String" Scope="User"> <Value Profile="(Default)">1</Value> </Setting> + <Setting Name="storylineStatus" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">True</Value> + </Setting> + <Setting Name="hijack1EventCompleted" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">False</Value> + </Setting> + <Setting Name="chatter1EventCompleted" Type="System.Boolean" Scope="User"> + <Value Profile="(Default)">False</Value> + </Setting> </Settings> </SettingsFile>
\ No newline at end of file |
