예제 #1
0
 void AddToNotifyList(ActionPoint point)
 {
     if (notifyPoints.Add(point))
     {
         point.Notify();
     }
 }