C# 클래스 SagaMap.Packets.Server.MarketMessage

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
MarketMessage ( ) : System
SetComment ( string comment ) : void
SetReason ( byte reason ) : void

메소드 상세

MarketMessage() 공개 메소드

public MarketMessage ( ) : System
리턴 System

SetComment() 공개 메소드

public SetComment ( string comment ) : void
comment string
리턴 void

SetReason() 공개 메소드

public SetReason ( byte reason ) : void
reason byte
리턴 void