diff options
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 56b0bf8..e910d08 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -1,4 +1,5 @@ using System; +using System.Drawing.Text; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -9,6 +10,7 @@ namespace TimeHACK static class Program { internal static string gameID; + /// <summary> /// The main entry point for the application. /// Run TitleScreen.cs at launch. |
