diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:01:07 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:01:07 +0100 |
| commit | 044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (patch) | |
| tree | 44ce55271632801b9d0d677cc275376ea0bdff59 /TimeHACK.Engine/GameSave/SaveSystem.cs | |
| parent | 4221dbc55084b0269c82e027b6ac56957acb9912 (diff) | |
| download | histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.tar.gz histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.tar.bz2 histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.zip | |
My Address Book is done!
Diffstat (limited to 'TimeHACK.Engine/GameSave/SaveSystem.cs')
| -rw-r--r-- | TimeHACK.Engine/GameSave/SaveSystem.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/TimeHACK.Engine/GameSave/SaveSystem.cs b/TimeHACK.Engine/GameSave/SaveSystem.cs deleted file mode 100644 index e4b69d9..0000000 --- a/TimeHACK.Engine/GameSave/SaveSystem.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Newtonsoft.Json; - -namespace TimeHACK.Engine -{ - public class SaveSystem - { - public void NewGame() - { - //int kool = 430634; - //JsonConvert.SerializeObject(kool); - } - } -} |
