Cronous Emulation Server Daemon

CharacterAttack._damage Field

Damage points.

[Visual Basic]
Protected _damage As Integer
[C#]
protected int _damage;
[C++]
protected: int _damage;
[JScript]
protected var _damage: int;

See Also

CharacterAttack Class | croemud.action.concrete Namespace