Merge branch 'master' of github.com:goatcorp/Dalamud

This commit is contained in:
goat 2022-08-05 20:17:04 +02:00
commit 2085cb03ca
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
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()
{ {