C# Class tdsm.core.Messages.SlotMessageHandler

Inheritance: MessageHandler
Exibir arquivo Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void
Process ( int whoAmI, byte readBuffer, int length, int num ) : void

Method Details

Process() public method

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

Process() public abstract method

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