Damage points.
[Visual Basic] Protected _damage As Integer [C#] protected int _damage; [C++] protected: int _damage; [JScript] protected var _damage: int;
CharacterAttack Class | croemud.action.concrete Namespace