Change visibility for MarketBoardPurchase and MarketBoardPurchaseHandler Struct (#924)

This commit is contained in:
Infi 2022-07-23 15:28:14 +02:00 committed by GitHub
parent c5c1906ca0
commit 1f64b6ce5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ namespace Dalamud.Game.Network.Structures
/// Represents market board purchase information. This message is received from the /// Represents market board purchase information. This message is received from the
/// server when a purchase is made at a market board. /// server when a purchase is made at a market board.
/// </summary> /// </summary>
internal class MarketBoardPurchase public class MarketBoardPurchase
{ {
private MarketBoardPurchase() private MarketBoardPurchase()
{ {

View file

@ -7,7 +7,7 @@ namespace Dalamud.Game.Network.Structures
/// Represents market board purchase information. This message is sent from the /// Represents market board purchase information. This message is sent from the
/// client when a purchase is made at a market board. /// client when a purchase is made at a market board.
/// </summary> /// </summary>
internal class MarketBoardPurchaseHandler public class MarketBoardPurchaseHandler
{ {
private MarketBoardPurchaseHandler() private MarketBoardPurchaseHandler()
{ {