prevent original method "TraverseBody" from executing and take over its work

This commit is contained in:
Stardust3D 2021-12-14 18:15:09 +01:00
parent 31ae55667e
commit f433263eac
6 changed files with 52 additions and 17 deletions

View file

@ -4,7 +4,7 @@ namespace RJW_patch_Autopsy
{
public class Mod : ModBase
{
public override string ModIdentifier => "RJW Patch - Autopsy";
public override string ModIdentifier => "Stardust3D.RJW.patch.Autopsy";
}
}