From edb312f607b202fb87c989a2120483eb9725f6d0 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sat, 1 Sep 2018 02:32:19 -0400 Subject: final changes for the night --- PortEngine/Properties/Settings.Designer.cs | 36 ++++++++++++++++++++++++++++++ PortEngine/Properties/Settings.settings | 9 ++++++++ 2 files changed, 45 insertions(+) (limited to 'PortEngine/Properties') 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 @@ 1 + + True + + + False + + + False + \ No newline at end of file -- cgit v1.2.3