Esempio n. 1
0
 /// <summary>
 /// Stop listening to stat change notifications on this bag
 /// </summary>
 /// <param name="listener">the object to no longer receive notifications</param>
 public void UnSubscribeToChangeNotifications(IStatBagOwner listener)
 {
     m_Listeners.Remove(listener);
 }
Esempio n. 2
0
 /// <summary>
 /// Stop listening to stat change notifications on this bag
 /// </summary>
 /// <param name="listener">the object to no longer receive notifications</param>
 public void UnSubscribeToChangeNotifications(IStatBagOwner listener)
 {
     m_Listeners.Remove(listener);
 }