IPartyEvents.ReadyCheckPhaseChanged event
Fires when the ready-check window opens (true) or closes (false) via WorldNtf.NotifyAllMemberReady (method 70). NOTE: the party LEADER who initiates the check does NOT receive this packet — only non-leader members do. Leaders should track open/close from their own initiation + the prepare window timer.
public event Action<bool> ReadyCheckPhaseChanged;See Also
Section titled “See Also”- interface IPartyEvents
- namespace Stellar.Abstractions.Services