IPartyEvents.MemberUpdated event
Fires when any field of a member changes (HP, scene, online, profession, group, etc.). Multiple field changes from one wire delivery are coalesced into a single event.
public event Action<PartyMember> MemberUpdated;See Also
Section titled “See Also”- struct PartyMember
- interface IPartyEvents
- namespace Stellar.Abstractions.Services