C# Class SagaMap.Packets.Server.MarketMessage

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
MarketMessage ( ) : System
SetComment ( string comment ) : void
SetReason ( byte reason ) : void

Method Details

MarketMessage() public method

public MarketMessage ( ) : System
return System

SetComment() public method

public SetComment ( string comment ) : void
comment string
return void

SetReason() public method

public SetReason ( byte reason ) : void
reason byte
return void