Exemplo n.º 1
0
 public void RefreshInventory()
 {
     if (inventoryWindow.IsActive)
     {
         inventoryWindow.RefreshVisibilityAndAmount();
     }
 }