Skip to content
Version 2.11.0
↓ Get the launcher

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;