mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
||||
/// This class represents a party member in the group manager.
|
||||
/// </summary>
|
||||
public unsafe class PartyMember : IPartyMember
|
||||
internal unsafe class PartyMember : IPartyMember
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PartyMember"/> class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue