diff options
| author | lempamo <[email protected]> | 2017-06-10 19:44:10 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-06-10 19:44:10 -0400 |
| commit | 600f04badd2a2194400a0d707a2fc86c15435265 (patch) | |
| tree | c830e5e00966fb3345d1e3fe511b559c2ab871d2 /TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs | |
| parent | 46cca8051d340398bcab1f18d76d1650a746a5b3 (diff) | |
| parent | 54b6d63c61fd5e687a26dd63d353713053e0c9d2 (diff) | |
| download | histacom2-600f04badd2a2194400a0d707a2fc86c15435265.tar.gz histacom2-600f04badd2a2194400a0d707a2fc86c15435265.tar.bz2 histacom2-600f04badd2a2194400a0d707a2fc86c15435265.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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 + { + + } +} |
