/// <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); }