Cronous Emulation Server Daemon

AttackEnemy Class

Activity: attacking an enemy. Attacks an ennemy while it is in attack range.

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

System.Object
   croemud.character.activity.NPCActivity
      croemud.character.activity.AttackEnemy

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

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.character.activity

Assembly: croemud (in croemud.dll)

See Also

AttackEnemy Members | croemud.character.activity Namespace