예제 #1
0
파일: StatBag.cs 프로젝트: Amitkapadi/WISP
 /// <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);
 }
예제 #2
0
파일: StatBag.cs 프로젝트: kamilion/WISP
 /// <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);
 }