diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 21:36:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-10 21:36:18 +0100 |
| commit | 54b6d63c61fd5e687a26dd63d353713053e0c9d2 (patch) | |
| tree | c830e5e00966fb3345d1e3fe511b559c2ab871d2 /TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs | |
| parent | f7a0abb9c8a8fb4235b185d8bf4ea725d53270fe (diff) | |
| parent | 6a97a95fc7b37f295119357bf88bec13603fbf5b (diff) | |
| download | histacom2-54b6d63c61fd5e687a26dd63d353713053e0c9d2.tar.gz histacom2-54b6d63c61fd5e687a26dd63d353713053e0c9d2.tar.bz2 histacom2-54b6d63c61fd5e687a26dd63d353713053e0c9d2.zip | |
Merge pull request #87 from Alex-TIMEHACK/master
Done basically Nothing
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs new file mode 100644 index 0000000..b5c63a6 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Reflection; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace TimeHACK.OS.Win95.Win95Apps.Story +{ + class NormalHack + { + + } +} |
