예제 #1
0
 public void AddGood(Good good)
 {
     GoodList.Add(good);
 }
예제 #2
0
 public void RemoveGood(Good good)
 {
     GoodList.Remove(good);
 }