diff options
Diffstat (limited to 'PortEngine/CrashAPI.cs')
| -rw-r--r-- | PortEngine/CrashAPI.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/PortEngine/CrashAPI.cs b/PortEngine/CrashAPI.cs deleted file mode 100644 index 9796524..0000000 --- a/PortEngine/CrashAPI.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace PortEngine -{ - class CrashAPI - { - public static void ResetAPI () - { - Properties.Settings.Default.userBalance = 0; - //Properties.Settings.Default.userSecurityLevel = 1; - // Properties.Settings.Default.userPowerLevel = 1; - Properties.Settings.Default.userDisplayName = "Player"; - } - } -} |
