mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Change visibility for MarketBoardPurchase and MarketBoardPurchaseHandler Struct (#924)
This commit is contained in:
parent
c5c1906ca0
commit
1f64b6ce5b
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
|
/// 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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue