aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-06-10 21:33:53 +0100
committerAlex-TIMEHACK <[email protected]>2017-06-10 21:33:53 +0100
commit77e6fc3cb8a654fc7a677f5b80e3cb067ad53aea (patch)
tree005c2c013f5ec91aa605c228f441bfc4fd91ff71 /TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs
parentec8361de2a221cdb405df7c9400461e41785e12b (diff)
downloadhistacom2-77e6fc3cb8a654fc7a677f5b80e3cb067ad53aea.tar.gz
histacom2-77e6fc3cb8a654fc7a677f5b80e3cb067ad53aea.tar.bz2
histacom2-77e6fc3cb8a654fc7a677f5b80e3cb067ad53aea.zip
Done basically nothing
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs15
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
+ {
+
+ }
+}