Update TShockAPI/Hooks/PlayerHooks.cs
Co-authored-by: Arthri <41360489+Arthri@users.noreply.github.com>
This commit is contained in:
parent
21422f25fd
commit
b40f0e632e
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ namespace TShockAPI.Hooks
|
|||
/// <param name="e">The EventArgs for this event.</param>
|
||||
public delegate void PrePlayerCommandD(PrePlayerCommandEventArgs e);
|
||||
/// <summary>
|
||||
/// Fired before the command is run.
|
||||
/// Fired before a command is run.
|
||||
/// </summary>
|
||||
public static event PrePlayerCommandD PrePlayerCommand;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue