Exemple #1
0
    public InventoryCellUI GetCrewViewUI(int index)
    {
        InventoryCellUI cell = _orderedCrewViews[index];

        cell.Show();

        return(cell);
    }
Exemple #2
0
    public InventoryCellUI GetShipHoldUI(int index)
    {
        InventoryCellUI cell = _orderedHolds[index];

        cell.Show();

        return(cell);
    }