diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 1aa6b22e..5dbf22db 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -57,6 +57,9 @@ namespace TShockAPI GetDataHandlers.TileEdit.Register(OnTileEdit); } + /// Handles when a chest item is changed. + /// The object that triggered the event. + /// The packet arguments that the event has. internal void OnChestItemChange(object sender, GetDataHandlers.ChestItemEventArgs args) { short id = args.ID;