/// <summary> /// Just transfers it to StorageSet.convertToCheapestStorageProduct(Storage) /// </summary> internal Storage GetRandomCheapestSubstitute(Storage need) { return(marketPrice.ConvertToRandomCheapestStorageProduct(need)); }
/// <summary> /// Just transfers it to StorageSet.convertToCheapestStorageProduct(Storage) /// </summary> public Storage GetRandomCheapestSubstitute(Storage need) { return(prices.ConvertToRandomCheapestStorageProduct(need, this)); }