Document OnPlaceChest in Bouncer

This commit is contained in:
Lucas Nicodemus 2017-12-14 20:28:50 -07:00
parent d67d3e66a6
commit 863fa706c2

View file

@ -54,6 +54,9 @@ namespace TShockAPI
GetDataHandlers.TileEdit.Register(OnTileEdit);
}
/// <summary>The place chest event that Bouncer hooks to prevent accidental damage.</summary>
/// <param name="sender">The object that triggered the event.</param>
/// <param name="args">The packet arguments that the event has.</param>
internal void OnPlaceChest(object sender, GetDataHandlers.PlaceChestEventArgs args)
{
int tileX = args.TileX;