Fix private property in MarketBoardHistory (#1858)

This commit is contained in:
Blair 2024-06-29 11:54:22 +10:00 committed by GitHub
parent 7e397bef17
commit 8c15b04d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ public class MarketBoardHistory : IMarketBoardHistory
/// <summary>
/// Gets the list of individual item listings.
/// </summary>
IReadOnlyList<IMarketBoardHistoryListing> IMarketBoardHistory.HistoryListings => this.InternalHistoryListings;
public IReadOnlyList<IMarketBoardHistoryListing> HistoryListings => this.InternalHistoryListings;
/// <summary>
/// Gets or sets a list of individual item listings.