first commit woop woop

This commit is contained in:
c0ffee12 2021-07-22 21:30:21 -07:00
parent 46995b41ec
commit 8be96c0603

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());
}