C# Class DarkEmu_GameServer.GameSocket

Exibir arquivo Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
ServerStartedTime System.DateTime
debug bool

Public Methods

Method Description
ProcessData ( byte buffer, int Index ) : void

Private Methods

Method Description
OnGameQuit ( PacketReader reader_, int Index_ ) : void
hansh ( int Index ) : void

Method Details

ProcessData() public static method

public static ProcessData ( byte buffer, int Index ) : void
buffer byte
Index int
return void

Property Details

ServerStartedTime public_oe static_oe property

public static DateTime,System ServerStartedTime
return System.DateTime

debug public_oe static_oe property

public static bool debug
return bool