summaryrefslogtreecommitdiff
path: root/StardewInjector/Program.cs
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-03-05 12:14:53 +0000
committerClxS <slxxls92@gmail.com>2016-03-05 12:14:53 +0000
commitb417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch)
treecd04698081f6a8d943db854d88a7aaa17081d05e /StardewInjector/Program.cs
parented3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff)
downloadSMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.gz
SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.bz2
SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.zip
Removed StardewInjector. That'll go in it's own testing branch when we get around trying to integrate it.
Diffstat (limited to 'StardewInjector/Program.cs')
-rw-r--r--StardewInjector/Program.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/StardewInjector/Program.cs b/StardewInjector/Program.cs
deleted file mode 100644
index 41c72240..00000000
--- a/StardewInjector/Program.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-using Mono.Cecil;
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Reflection;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Stardew_Injector
-{
- class Program
- {
-
- private static Stardew_Hooker hooker = new Stardew_Hooker();
-
- static void Main(string[] args)
- {
- hooker.Initialize();
- hooker.ApplyHooks();
- hooker.Finalize();
-
- hooker.Run();
- Console.ReadLine();
- }
-
- }
-}
-*/ \ No newline at end of file