Cronous Emulation Server Daemon

Say Class

Say something, chat packet.

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

System.Object
   croemud.packet.Packet
      croemud.clientpacket.Say

[Visual Basic]
Public Class Say
    Inherits Packet
[C#]
public class Say : Packet
[C++]
public __gc class Say : public Packet
[JScript]
public class Say 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.clientpacket

Assembly: croemud (in croemud.dll)

See Also

Say Members | croemud.clientpacket Namespace