mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
correct PartyMember visibility (#1866)
This commit is contained in:
parent
0604caad4e
commit
e730d65d68
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace Dalamud.Game.ClientState.Party;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This class represents a party member in the group manager.
|
/// This class represents a party member in the group manager.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public unsafe class PartyMember : IPartyMember
|
internal unsafe class PartyMember : IPartyMember
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PartyMember"/> class.
|
/// Initializes a new instance of the <see cref="PartyMember"/> class.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue