Document OnChestItemChange
This commit is contained in:
parent
845fc3b7c8
commit
c9955a74ec
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ namespace TShockAPI
|
|||
GetDataHandlers.TileEdit.Register(OnTileEdit);
|
||||
}
|
||||
|
||||
/// <summary>Handles when a chest item is changed.</summary>
|
||||
/// <param name="sender">The object that triggered the event.</param>
|
||||
/// <param name="args">The packet arguments that the event has.</param>
|
||||
internal void OnChestItemChange(object sender, GetDataHandlers.ChestItemEventArgs args)
|
||||
{
|
||||
short id = args.ID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue