diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
commit | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch) | |
tree | cd04698081f6a8d943db854d88a7aaa17081d05e /StardewInjector/Program.cs | |
parent | ed3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff) | |
download | SMAPI-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.cs | 30 |
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 |