Exemplo n.º 1
0
 public void SetActiveSlot(InventorySlot inventorySlot)
 {
     Inventory.SetActiveSlot(null);
     _activeSlot = inventorySlot;
 }