Cronous Emulation Server Daemon

PacketFactory Class

Abstract packet factory.

For a list of all members of this type, see PacketFactory Members.

System.Object
   croemud.packet.PacketFactory
      croemud.packet.ClientPacketFactory
      croemud.packet.ServerPacketFactory

[Visual Basic]
MustInherit Public Class PacketFactory
[C#]
public abstract class PacketFactory
[C++]
public __gc __abstract class PacketFactory
[JScript]
public  class PacketFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.packet

Assembly: croemud (in croemud.dll)

See Also

PacketFactory Members | croemud.packet Namespace