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
10
Source/RJW_patch_Autopsy/Mod.cs
Normal file
10
Source/RJW_patch_Autopsy/Mod.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using HugsLib;
|
||||
|
||||
namespace RJW_patch_Autopsy
|
||||
{
|
||||
public class Mod : ModBase
|
||||
{
|
||||
public override string ModIdentifier => "RJW Patch - Autopsy";
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue