internal static void HandleKicked(S_BAN_PARTY x)
 {
     GroupWindowViewModel.Instance.ClearAll();
     if (SettingsManager.LfgEnabled)
     {
         WindowManager.LfgListWindow.VM.NotifyMyLfg();
     }
 }
Exemplo n.º 2
0
 internal static void HandleKicked(S_BAN_PARTY x)
 {
     GroupWindowViewModel.Instance.ClearAll();
 }
Exemplo n.º 3
0
 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> >();
 }