mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'master' of github.com:goatcorp/Dalamud
This commit is contained in:
commit
2085cb03ca
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ namespace Dalamud.Game.Network.Structures
|
|||
/// Represents market board purchase information. This message is received from the
|
||||
/// server when a purchase is made at a market board.
|
||||
/// </summary>
|
||||
internal class MarketBoardPurchase
|
||||
public class MarketBoardPurchase
|
||||
{
|
||||
private MarketBoardPurchase()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Dalamud.Game.Network.Structures
|
|||
/// Represents market board purchase information. This message is sent from the
|
||||
/// client when a purchase is made at a market board.
|
||||
/// </summary>
|
||||
internal class MarketBoardPurchaseHandler
|
||||
public class MarketBoardPurchaseHandler
|
||||
{
|
||||
private MarketBoardPurchaseHandler()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue