diff options
Diffstat (limited to 'Plugin.cs')
-rw-r--r-- | Plugin.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Plugin.cs b/Plugin.cs index a9fb284..a770542 100644 --- a/Plugin.cs +++ b/Plugin.cs | |||
@@ -48,13 +48,4 @@ namespace ManifoldGardenArchipelago | |||
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | [HarmonyPatch(typeof(ButtonLineActivator), nameof(ButtonLineActivator.OnInteract))] | ||
52 | static class ButtonLineActivatorOnInteractPatch | ||
53 | { | ||
54 | public static void Postfix(ButtonLineActivator __instance) | ||
55 | { | ||
56 | Plugin.Logger.LogInfo($"Interacted with {__instance.name} in {__instance.gameObject.scene.name}: {__instance.isButtonPressed}"); | ||
57 | } | ||
58 | } | ||
59 | |||
60 | } | 51 | } |