Skip to content

Commit

Permalink
docs: clarification on UsingItem
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXTQ committed Nov 22, 2024
1 parent 6cb93aa commit cb297a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Events/Handlers/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Player
public static Event<EarningAchievementEventArgs> EarningAchievement { get; set; } = new();

/// <summary>
/// Invoked before the player starts to use an <see cref="API.Features.Items.Item"/>.
/// Invoked before the player starts to use an <see cref="API.Features.Items.Item"/>. In other words, it is invoked just before the animation starts.
/// </summary>
/// <remarks>
/// Items that will invoke this event: SCP-1853, SCP-207, Anti-Cola, all medical, SCP-244, SCP-1576 and SCP-268.
Expand Down

0 comments on commit cb297a9

Please sign in to comment.