From 7ce95f837d4318397e6749250e53fe7a85fe8f77 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 15 Oct 2017 11:40:01 -0400 Subject: hack3 made --- Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs (limited to 'Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs') 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() + { + + } + } +} -- cgit v1.2.3