diff --git a/PlayerTags/GameInterface/ContextMenus/ContextMenuOpenedArgs.cs b/PlayerTags/GameInterface/ContextMenus/ContextMenuOpenedArgs.cs
index b182212..59761a3 100644
--- a/PlayerTags/GameInterface/ContextMenus/ContextMenuOpenedArgs.cs
+++ b/PlayerTags/GameInterface/ContextMenus/ContextMenuOpenedArgs.cs
@@ -39,6 +39,13 @@ namespace PlayerTags.GameInterface.ContextMenus
///
public ItemContext? ItemContext { get; init; }
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The addon associated with the context menu.
+ /// The agent associated with the context menu.
+ /// The the name of the parent addon associated with the context menu.
+ /// The items in the context menu.
public ContextMenuOpenedArgs(IntPtr addon, IntPtr agent, string? parentAddonName, IEnumerable contextMenuItems)
{
Addon = addon;