示例#1
0
 public void AddInventoryToRoom(string room, string inventory)
 {
     Model.AddInventoryToRoom(room, inventory);
 }