Cronous Emulation Server Daemon

Action Class

Abstract action.

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

System.Object
   croemud.action.Action
      croemud.action.concrete.ChangeEquipment
      croemud.action.concrete.ChangeStatus
      croemud.action.concrete.CharacterAttack
      croemud.action.concrete.Chat
      croemud.action.concrete.SkillUse

[Visual Basic]
MustInherit Public Class Action
[C#]
public abstract class Action
[C++]
public __gc __abstract class Action
[JScript]
public  class 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

Assembly: croemud (in croemud.dll)

See Also

Action Members | croemud.action Namespace