We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6ac98 commit f678399Copy full SHA for f678399
EXILED/Exiled.Events/Patches/Events/Scp914/InteractingEvents.cs
@@ -27,6 +27,7 @@ namespace Exiled.Events.Patches.Events.Scp914
27
/// Patches <see cref="Scp914Controller.ServerInteract" />.
28
/// Adds the <see cref="Scp914.Activating" /> event.
29
/// </summary>
30
+ [EventPatch(typeof(Scp914), nameof(Scp914.ChangingKnobSetting))]
31
[EventPatch(typeof(Scp914), nameof(Scp914.Activating))]
32
[HarmonyPatch(typeof(Scp914Controller), nameof(Scp914Controller.ServerInteract))]
33
internal static class InteractingEvents
0 commit comments