We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88696d2 commit 3197f26Copy full SHA for 3197f26
EXILED/Exiled.Events/Patches/Events/Scp049/FinishingSense.cs
@@ -10,18 +10,18 @@ namespace Exiled.Events.Patches.Events.Scp049
10
using System.Collections.Generic;
11
using System.Reflection;
12
using System.Reflection.Emit;
13
-
+
14
using API.Features;
15
using API.Features.Pools;
16
using Exiled.Events.Attributes;
17
using Exiled.Events.EventArgs.Scp049;
18
using HarmonyLib;
19
20
using PlayerRoles.PlayableScps.Scp049;
21
using PlayerRoles.Subroutines;
22
23
using static HarmonyLib.AccessTools;
24
25
/// <summary>
26
/// Patches <see cref="Scp049SenseAbility.ServerLoseTarget" />.
27
/// Adds the <see cref="Handlers.Scp049.FinishingSense" /> event.
0 commit comments