internal static void HandleKicked(S_BAN_PARTY x) { GroupWindowViewModel.Instance.ClearAll(); if (SettingsManager.LfgEnabled) { WindowManager.LfgListWindow.VM.NotifyMyLfg(); } }
internal static void HandleKicked(S_BAN_PARTY x) { GroupWindowViewModel.Instance.ClearAll(); }
public void UpdateParty(S_BAN_PARTY message) { _currentParty = new List <Tuple <uint, uint> >(); PartyChangedEvent?.Invoke(); }
public void UpdateParty(S_BAN_PARTY message) { _currentParty = new List <Tuple <uint, uint> >(); }