mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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
|
/// 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