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

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

공개 메소드들

메소드 설명
Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void

비공개 메소드들

메소드 설명
GetMessageArray ( ) : tdsm.core.Messages.MessageHandler[]

Load all IMessage types into an indexed array at application start. This should allow us to process Events extremely quickly while cutting down on how much code we have to hold in our head to understand each Event.

메소드 상세

Dispatch() 공개 정적인 메소드

public static Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void
conn ClientConnection
readBuffer byte
start int
length int
리턴 void