first commit woop woop

This commit is contained in:
c0ffee12 2021-07-22 21:30:21 -07:00
parent 46995b41ec
commit 8be96c0603
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace C0ffeeRIA
public static class Harmony_PatchAll
{
static Harmony_PatchAll()
{
{
Harmony harmony = new Harmony("C0ffeeRIA");
harmony.PatchAll(Assembly.GetExecutingAssembly());
}