Example #1
0
 void AddToActionList(ActionPoint point)
 {
     if (actionablePoints.Add(point))
     {
         point.ShowAction();
     }
 }