Cronous Emulation Server Daemon

UnknownPacket Class

Unknown packet.

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

System.Object
   croemud.packet.Packet
      croemud.packet.UnknownPacket

[Visual Basic]
Public Class UnknownPacket
    Inherits Packet
[C#]
public class UnknownPacket : Packet
[C++]
public __gc class UnknownPacket : public Packet
[JScript]
public class UnknownPacket extends Packet

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

UnknownPacket Members | croemud.packet Namespace