public InventoryCellUI GetCrewViewUI(int index) { InventoryCellUI cell = _orderedCrewViews[index]; cell.Show(); return(cell); }
public InventoryCellUI GetShipHoldUI(int index) { InventoryCellUI cell = _orderedHolds[index]; cell.Show(); return(cell); }