Skip to content

Commit

Permalink
summary typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaaankas authored Sep 13, 2024
1 parent 972df6b commit 42724f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ public record struct MeleeAttemptedEvent

public bool Cancelled { get; private set; }

/// </summary>
/// <summary>
/// Prevent the weapon from attacking
/// </summary>
public void Cancel()
{
Cancelled = true;
}

/// </summary>
/// <summary>
/// Allow the weapon to attack again, only use if you know what you are doing
/// </summary>
public void Uncancel()
Expand Down

0 comments on commit 42724f5

Please sign in to comment.