From 49e0f01a68468af1697ee23798a48f6f6cd7e647 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sun, 26 Aug 2018 19:34:17 -0400 Subject: Sites Progress 1 --- PortEngine/Properties/Settings.Designer.cs | 41 +++++++++++++++++++++++++++--- PortEngine/Properties/Settings.settings | 11 +++++++- 2 files changed, 47 insertions(+), 5 deletions(-) (limited to 'PortEngine/Properties') diff --git a/PortEngine/Properties/Settings.Designer.cs b/PortEngine/Properties/Settings.Designer.cs index 6462222..3703ea0 100644 --- a/PortEngine/Properties/Settings.Designer.cs +++ b/PortEngine/Properties/Settings.Designer.cs @@ -23,16 +23,13 @@ namespace PortEngine.Properties { } } - [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool graphicsFriendly { get { return ((bool)(this["graphicsFriendly"])); } - set { - this["graphicsFriendly"] = value; - } } [global::System.Configuration.UserScopedSettingAttribute()] @@ -46,5 +43,41 @@ namespace PortEngine.Properties { this["userDisplayName"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int userBalance { + get { + return ((int)(this["userBalance"])); + } + set { + this["userBalance"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public string userSecurityLevel { + get { + return ((string)(this["userSecurityLevel"])); + } + set { + this["userSecurityLevel"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public string userPowerLevel { + get { + return ((string)(this["userPowerLevel"])); + } + set { + this["userPowerLevel"] = value; + } + } } } diff --git a/PortEngine/Properties/Settings.settings b/PortEngine/Properties/Settings.settings index 14e29c9..27ebb1f 100644 --- a/PortEngine/Properties/Settings.settings +++ b/PortEngine/Properties/Settings.settings @@ -2,11 +2,20 @@ - + False Player + + 0 + + + 1 + + + 1 + \ No newline at end of file -- cgit v1.2.3