From aa5cb132477c75415de4b4a432305a0ba3206106 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:12:49 +0800 Subject: [PATCH] Fix bad XML(no opening /// 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