Skip to content

Commit

Permalink
Revert "feat: scp 049 find target event"
Browse files Browse the repository at this point in the history
This reverts commit c7aef38.
  • Loading branch information
BoltonDev committed May 30, 2024
1 parent c7aef38 commit f8d9924
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 128 deletions.
49 changes: 0 additions & 49 deletions Exiled.Events/EventArgs/Scp049/FindingTargetEventArgs.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Exiled.Events/Handlers/Scp049.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public static class Scp049
/// </summary>
public static Event<StartingRecallEventArgs> StartingRecall { get; set; } = new();

/// <summary>
/// Invoked before SCP-049 find a target to activate good sense of the doctor.
/// </summary>
public static Event<FindingTargetEventArgs> FindingTarget { get; set; } = new();

/// <summary>
/// Invoked before SCP-049 uses the good sense of the doctor ability.
/// </summary>
Expand Down Expand Up @@ -59,12 +54,6 @@ public static class Scp049
/// <param name="ev">The <see cref="StartingRecallEventArgs" /> instance.</param>
public static void OnStartingRecall(StartingRecallEventArgs ev) => StartingRecall.InvokeSafely(ev);

/// <summary>
/// Called before SCP-049 finds a target to activate good sense of the doctor.
/// </summary>
/// <param name="ev">The <see cref="FindingTargetEventArgs" /> instance.</param>
public static void OnFindingTarget(FindingTargetEventArgs ev) => FindingTarget.InvokeSafely(ev);

/// <summary>
/// Called before SCP-049 starts the good sense of the doctor ability.
/// </summary>
Expand Down
68 changes: 0 additions & 68 deletions Exiled.Events/Patches/Events/Scp049/FindingTarget.cs

This file was deleted.

0 comments on commit f8d9924

Please sign in to comment.