From c9955a74ec4e471e5aaf51b367018540155d23c7 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 15 Dec 2017 12:14:10 -0700 Subject: [PATCH] Document OnChestItemChange --- TShockAPI/Bouncer.cs | 3 +++ 1 file changed, 3 insertions(+) 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;