Added annotations

This commit is contained in:
ForeverZer0 2021-08-25 05:15:10 -04:00
parent 59b38baa3d
commit 8b3bc44710
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ namespace SharpNBT
/// <summary>
/// Arguments supplied with tag-related events.
/// </summary>
[PublicAPI]
public class TagEventArgs : EventArgs
{
/// <summary>

View File

@ -8,6 +8,7 @@ namespace SharpNBT
/// <summary>
/// Arguments supplied when an event that can be handled by an event subscriber.
/// </summary>
[PublicAPI]
public class TagHandledEventArgs : HandledEventArgs
{
/// <summary>