Cronous Emulation Server Daemon

PacketHandler Constructor 

Initializes the packet handler.

[Visual Basic]
Public Sub New( _ 
   ByVal c As Client _ 
)
[C#]
public PacketHandler(
   Client c
);
[C++]
public: PacketHandler(
   Client* c
);
[JScript]
public function PacketHandler(
   Client c
);

Parameters

c
Initial client environment

See Also

PacketHandler Class | croemud.game Namespace