mirror of
https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
synced 2024-08-15 00:43:41 +00:00
moved everything to Harmony
This commit is contained in:
parent
3332ca42c5
commit
31ae55667e
14 changed files with 563 additions and 0 deletions
16
Source/RJW_patch_Autopsy/Patches/Harmony.cs
Normal file
16
Source/RJW_patch_Autopsy/Patches/Harmony.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
using Verse;
|
||||
|
||||
namespace RJW_patch_Autopsy
|
||||
{
|
||||
[StaticConstructorOnStartup]
|
||||
internal static class First
|
||||
{
|
||||
static First()
|
||||
{
|
||||
var har = new Harmony("Stardust3D.RJW.patch.Autopsy");
|
||||
har.PatchAll(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue