示例#1
0
 public bool AddInventory(string inventory, ItemSaveType type)
 {
     return(Model.AddInventory(inventory, type));
 }