aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-15 11:40:01 -0400
committerlempamo <[email protected]>2017-10-15 11:40:01 -0400
commit7ce95f837d4318397e6749250e53fe7a85fe8f77 (patch)
treebb91c6a3acc513238456d93c3941c0a6f5791833 /Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
parent718fc7c680c17508b9d97cc92e8a3632cb999bb7 (diff)
downloadhistacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.tar.gz
histacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.tar.bz2
histacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.zip
hack3 made
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
new file mode 100644
index 0000000..9758a7e
--- /dev/null
+++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
@@ -0,0 +1,19 @@
+using Histacom2.Engine;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Histacom2.OS.Win98.Win98Apps.Story
+{
+ public class Hack3 : object
+ {
+ static WindowManager wm = new WindowManager();
+
+ public static async void StartObjective()
+ {
+
+ }
+ }
+}