Cronous Emulation Server Daemon

Chat Class

Chat action.

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

System.Object
   croemud.action.Action
      croemud.action.concrete.Chat

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

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.action.concrete

Assembly: croemud (in croemud.dll)

See Also

Chat Members | croemud.action.concrete Namespace