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> /// <summary>
/// Arguments supplied with tag-related events. /// Arguments supplied with tag-related events.
/// </summary> /// </summary>
[PublicAPI]
public class TagEventArgs : EventArgs public class TagEventArgs : EventArgs
{ {
/// <summary> /// <summary>

View File

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