correct PartyMember visibility (#1866)

This commit is contained in:
Mira 2024-06-29 11:29:15 +02:00 committed by GitHub
parent 0604caad4e
commit e730d65d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.