diff options
author | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:08:33 -0800 |
---|---|---|
committer | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:08:33 -0800 |
commit | 64a0552aeadaf1b22b546c0675e4d070b8b30291 (patch) | |
tree | 560540750c27d56b8efd3188ea436fb3a5d2ebfa /StardewInjector/Program.cs | |
parent | 9420dfb0719d7f00c36607a210c50dc4537a9626 (diff) | |
parent | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (diff) | |
download | SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.tar.gz SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.tar.bz2 SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.zip |
Merge remote-tracking branch 'upstream/master'
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 |