From b417604466da840c1f0a4e38aeb0f63ce28d2cdf Mon Sep 17 00:00:00 2001 From: ClxS Date: Sat, 5 Mar 2016 12:14:53 +0000 Subject: Removed StardewInjector. That'll go in it's own testing branch when we get around trying to integrate it. --- StardewInjector/Program.cs | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 StardewInjector/Program.cs (limited to 'StardewInjector/Program.cs') 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 -- cgit