Example #1
0
 public static List<int> All()
 {
     if (_Instance == null)
         _Instance = new StoryPoints();
     return _Instance._Points;
 }