Ejemplo n.º 1
0
 public void ChangeInventory(int playerID, Item item)
 {
     _inventoryControl.ChangeInventory(playerID, item);
 }