diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 0e6097f1..9645f092 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1935,6 +1935,7 @@ namespace TShockAPI return args.Handled; } + /// /// For use in an Emoji event. /// public class EmojiEventArgs : GetDataHandledEventArgs @@ -1968,6 +1969,7 @@ namespace TShockAPI return args.Handled; } + /// /// For use in a TileEntityDisplayDollItemSync event. /// public class DisplayDollItemSyncEventArgs : GetDataHandledEventArgs @@ -2026,6 +2028,7 @@ namespace TShockAPI return args.Handled; } + /// /// For use in an OnRequestTileEntityInteraction event. /// public class RequestTileEntityInteractionEventArgs : GetDataHandledEventArgs