示例#1
0
 public void Remove(int itemID, int amount)
 {
     invCollection.Delete(itemID, amount);
 }