C# 클래스 SagaMap.Map.ChatArgs

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
mType Packets.Server.SendChat.MESSAGE_TYPE
text string

공개 메소드들

메소드 설명
ChatArgs ( Packets mType, string text ) : System

메소드 상세

ChatArgs() 공개 메소드

public ChatArgs ( Packets mType, string text ) : System
mType Packets
text string
리턴 System

프로퍼티 상세

mType 공개적으로 프로퍼티

public Packets.Server.SendChat.MESSAGE_TYPE mType
리턴 Packets.Server.SendChat.MESSAGE_TYPE

text 공개적으로 프로퍼티

public string text
리턴 string