aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/Properties
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-09-02 11:56:23 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-09-02 11:56:23 -0400
commitcf72b65769809ac77331414aee299112b9bf4b37 (patch)
tree9fb9fdfe01967db9c95b87cb96b7294b43ff455d /PortEngine/Properties
parent52376ce623346e257c2b7845d0d2414e7653a6dd (diff)
downloadProject-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.tar.gz
Project-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.tar.bz2
Project-Silicon-cf72b65769809ac77331414aee299112b9bf4b37.zip
WE FIXED THE STORYLINE!!!
Diffstat (limited to 'PortEngine/Properties')
-rw-r--r--PortEngine/Properties/Settings.Designer.cs32
-rw-r--r--PortEngine/Properties/Settings.settings16
2 files changed, 24 insertions, 24 deletions
diff --git a/PortEngine/Properties/Settings.Designer.cs b/PortEngine/Properties/Settings.Designer.cs
index 5e4656a..16d531b 100644
--- a/PortEngine/Properties/Settings.Designer.cs
+++ b/PortEngine/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace PortEngine.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -59,9 +59,9 @@ namespace PortEngine.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
- public string userSecurityLevel {
+ public int userSecurityLevel {
get {
- return ((string)(this["userSecurityLevel"]));
+ return ((int)(this["userSecurityLevel"]));
}
set {
this["userSecurityLevel"] = value;
@@ -71,9 +71,9 @@ namespace PortEngine.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
- public string userPowerLevel {
+ public int userPowerLevel {
get {
- return ((string)(this["userPowerLevel"]));
+ return ((int)(this["userPowerLevel"]));
}
set {
this["userPowerLevel"] = value;
@@ -82,10 +82,10 @@ namespace PortEngine.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool storylineStatus {
+ [global::System.Configuration.DefaultSettingValueAttribute("1")]
+ public float storylineStatus {
get {
- return ((bool)(this["storylineStatus"]));
+ return ((float)(this["storylineStatus"]));
}
set {
this["storylineStatus"] = value;
@@ -94,25 +94,25 @@ namespace PortEngine.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool hijack1EventCompleted {
+ [global::System.Configuration.DefaultSettingValueAttribute("1")]
+ public float hijackStorylineStatus {
get {
- return ((bool)(this["hijack1EventCompleted"]));
+ return ((float)(this["hijackStorylineStatus"]));
}
set {
- this["hijack1EventCompleted"] = value;
+ this["hijackStorylineStatus"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool chatter1EventCompleted {
+ [global::System.Configuration.DefaultSettingValueAttribute("1")]
+ public float chatterStorylineStatus {
get {
- return ((bool)(this["chatter1EventCompleted"]));
+ return ((float)(this["chatterStorylineStatus"]));
}
set {
- this["chatter1EventCompleted"] = value;
+ this["chatterStorylineStatus"] = value;
}
}
}
diff --git a/PortEngine/Properties/Settings.settings b/PortEngine/Properties/Settings.settings
index 100f3c4..61f2593 100644
--- a/PortEngine/Properties/Settings.settings
+++ b/PortEngine/Properties/Settings.settings
@@ -11,20 +11,20 @@
<Setting Name="userBalance" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
- <Setting Name="userSecurityLevel" Type="System.String" Scope="User">
+ <Setting Name="userSecurityLevel" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
- <Setting Name="userPowerLevel" Type="System.String" Scope="User">
+ <Setting Name="userPowerLevel" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
- <Setting Name="storylineStatus" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
+ <Setting Name="storylineStatus" Type="System.Single" Scope="User">
+ <Value Profile="(Default)">1</Value>
</Setting>
- <Setting Name="hijack1EventCompleted" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
+ <Setting Name="hijackStorylineStatus" Type="System.Single" Scope="User">
+ <Value Profile="(Default)">1</Value>
</Setting>
- <Setting Name="chatter1EventCompleted" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
+ <Setting Name="chatterStorylineStatus" Type="System.Single" Scope="User">
+ <Value Profile="(Default)">1</Value>
</Setting>
</Settings>
</SettingsFile> \ No newline at end of file