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