Deleted GodMode test, wasn't working

This commit is contained in:
ALittlePatate
2022-03-27 12:35:45 +02:00
parent dcb9407aff
commit 4df7828b9b

View File

@@ -4,7 +4,7 @@ namespace DevourClient.Hooks
{ {
public class Hooks public class Hooks
{ {
/* Commented out for UC release
[HarmonyPatch(typeof(NolanBehaviour))] [HarmonyPatch(typeof(NolanBehaviour))]
[HarmonyPatch(nameof(NolanBehaviour.SetIsBeingKnockedOut))] //annotation boiler plate to tell Harmony what to patch. Refer to docs. [HarmonyPatch(nameof(NolanBehaviour.SetIsBeingKnockedOut))] //annotation boiler plate to tell Harmony what to patch. Refer to docs.
static class NolanBehaviour_SetIsBeingKnockedOut_Patch static class NolanBehaviour_SetIsBeingKnockedOut_Patch
@@ -16,7 +16,7 @@ namespace DevourClient.Hooks
return; return;
} }
} }
*/
[HarmonyPatch(typeof(Horror.Menu))] [HarmonyPatch(typeof(Horror.Menu))]
[HarmonyPatch(nameof(Horror.Menu.SetupPerk))] //annotation boiler plate to tell Harmony what to patch. Refer to docs. [HarmonyPatch(nameof(Horror.Menu.SetupPerk))] //annotation boiler plate to tell Harmony what to patch. Refer to docs.
static class Horror_Menu_SetupPerk_Patch static class Horror_Menu_SetupPerk_Patch