Cronous Emulation Server Daemon

CharacterAttack Class

Action of a character attacking another.

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

System.Object
   croemud.action.Action
      croemud.action.concrete.CharacterAttack

[Visual Basic]
Public Class CharacterAttack
    Inherits Action
[C#]
public class CharacterAttack : Action
[C++]
public __gc class CharacterAttack : public Action
[JScript]
public class CharacterAttack 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

CharacterAttack Members | croemud.action.concrete Namespace