From 77e6fc3cb8a654fc7a677f5b80e3cb067ad53aea Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 10 Jun 2017 21:33:53 +0100 Subject: Done basically nothing --- TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs') 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 + { + + } +} -- cgit v1.2.3