C# 클래스 tdsm.core.Messages.SlotMessageHandler

상속: MessageHandler
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void
Process ( int whoAmI, byte readBuffer, int length, int num ) : void

메소드 상세

Process() 공개 메소드

public Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void
conn ClientConnection
readBuffer byte
length int
pos int
리턴 void

Process() 공개 추상적인 메소드

public abstract Process ( int whoAmI, byte readBuffer, int length, int num ) : void
whoAmI int
readBuffer byte
length int
num int
리턴 void