This commit is contained in:
2025-03-04 15:09:34 +02:00
parent 7b5b4b2744
commit 7ab5f9779b
6 changed files with 30 additions and 11 deletions

View File

@@ -39,4 +39,13 @@ namespace BoneSync.Patching
MelonLogger.Msg("Plug exited: " + __instance.transform.GetPath() + " Plug: " + plug.transform.GetPath() + " ID: " + plugId + " Socket ID: " + socketId);
}
}
public class PlugPatches
{
/*[HarmonyPatch(typeof(Plug))]
public class PlugPatches
{
[HarmonyPatch(nameof(Plug.)), HarmonyPostfix]
}*/
}
}