mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +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>
|
/// <summary>
|
||||||
/// Gets the list of individual item listings.
|
/// Gets the list of individual item listings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
IReadOnlyList<IMarketBoardItemListing> IMarketBoardCurrentOfferings.ItemListings => this.InternalItemListings;
|
public IReadOnlyList<IMarketBoardItemListing> ItemListings => this.InternalItemListings;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the request ID.
|
/// Gets the request ID.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue