Added annotations
This commit is contained in:
parent
59b38baa3d
commit
8b3bc44710
|
@ -6,6 +6,7 @@ namespace SharpNBT
|
|||
/// <summary>
|
||||
/// Arguments supplied with tag-related events.
|
||||
/// </summary>
|
||||
[PublicAPI]
|
||||
public class TagEventArgs : EventArgs
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue