Cronous Emulation Server Daemon

CharacterAttack.damage Property

Damage points.

[Visual Basic]
Public Property damage As Integer
[C#]
public int damage { get; set; }
[C++]
public: __property int get_damage();
public: __property void set_damage(int );
[JScript]
public function get damage() : int
public function set damage(int);

See Also

CharacterAttack Class | croemud.action.concrete Namespace