Skip to content

Commit

Permalink
Patch.json added to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnklipi committed Jun 9, 2024
1 parent 35f4641 commit f033b2a
Show file tree
Hide file tree
Showing 2 changed files with 621 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Patcher.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
using HarmonyLib;

namespace PolyPlus {
public class Patcher
public class PolyPlusPatcher
{
public static void Load()
{
Harmony.CreateAndPatchAll(typeof(Patcher));
Console.WriteLine("Load!");
Console.WriteLine("Loading PolyPlus...");
Harmony.CreateAndPatchAll(typeof(PolyPlusPatcher));
Console.WriteLine("PolyPlus Loaded!");
}
}
}
Loading

0 comments on commit f033b2a

Please sign in to comment.