C# Class Ensage.Common.Objects.UtilityObjects.Attacker

The attacker.
Show file Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Methods

Method Description
Attack ( Unit target, bool useModifier = true ) : void

The attack.

Attacker ( Unit unit ) : System

Initializes a new instance of the Attacker class.

Method Details

Attack() public method

The attack.
public Attack ( Unit target, bool useModifier = true ) : void
target Unit /// The target. ///
useModifier bool /// The use modifier. ///
return void

Attacker() public method

Initializes a new instance of the Attacker class.
public Attacker ( Unit unit ) : System
unit Unit /// The unit. ///
return System