diff options
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 |
