diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
| commit | 90e14a0932b63679c356e8bc1d42e657d7c612ad (patch) | |
| tree | f7c6e6600e17dc3c3a6b8868c3e3e52c88dc6e1b /PortEngine | |
| parent | 88bd278b428e85b54441342d8d94fc7c6e3c9029 (diff) | |
| download | Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.gz Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.bz2 Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.zip | |
Changed crashing and added booting
Diffstat (limited to 'PortEngine')
| -rw-r--r-- | PortEngine/CrashAPI.cs | 19 | ||||
| -rw-r--r-- | PortEngine/PortEngine.csproj | 1 |
2 files changed, 0 insertions, 20 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"; - } - } -} diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj index 98948a0..544ab0e 100644 --- a/PortEngine/PortEngine.csproj +++ b/PortEngine/PortEngine.csproj @@ -43,7 +43,6 @@ </ItemGroup> <ItemGroup> <Compile Include="ChatAPI.cs" /> - <Compile Include="CrashAPI.cs" /> <Compile Include="EarnSite.cs"> <SubType>UserControl</SubType> </Compile> |
