mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
make MarketBoardCurrentOfferings.ItemListings accessible (#1897)
This commit is contained in:
parent
c5e90e4df2
commit
25b10c1c62
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public class MarketBoardCurrentOfferings : IMarketBoardCurrentOfferings
|
|||
/// <summary>
|
||||
/// Gets the list of individual item listings.
|
||||
/// </summary>
|
||||
IReadOnlyList<IMarketBoardItemListing> IMarketBoardCurrentOfferings.ItemListings => this.InternalItemListings;
|
||||
public IReadOnlyList<IMarketBoardItemListing> ItemListings => this.InternalItemListings;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the request ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue