C# 클래스 DarkEmu_GameServer.Chat

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 메소드들

메소드 설명
OnChat ( PacketReader reader_, int Index_ ) : void
SendExternNotice ( string msg ) : void

비공개 메소드들

메소드 설명
OnChatNotice ( PacketReader reader_ ) : void
OnChatPublic ( PacketReader reader_, int Index_ ) : void
OnChatWhisper ( PacketReader reader_, int Index_ ) : void

메소드 상세

OnChat() 공개 정적인 메소드

public static OnChat ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
리턴 void

SendExternNotice() 공개 정적인 메소드

public static SendExternNotice ( string msg ) : void
msg string
리턴 void