mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 05:17:42 +01:00
fix(ContextMenu): ctor visibility
This commit is contained in:
parent
a3686d9c93
commit
6131c3efa1
7 changed files with 8 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ namespace Dalamud.Game.Gui.ContextMenus
|
|||
/// <param name="contentId">The lower content id of the game object.</param>
|
||||
/// <param name="name">The name of the game object.</param>
|
||||
/// <param name="worldId">The world id of the game object.</param>
|
||||
public GameObjectContext(uint? id, ulong? contentId, string? name, ushort? worldId)
|
||||
internal GameObjectContext(uint? id, ulong? contentId, string? name, ushort? worldId)
|
||||
{
|
||||
this.Id = id;
|
||||
this.ContentId = contentId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue