Document OnChestItemChange

This commit is contained in:
Lucas Nicodemus 2017-12-15 12:14:10 -07:00
parent 845fc3b7c8
commit c9955a74ec

View file

@ -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;