C# 클래스 Ensage.Common.Objects.UtilityObjects.Attacker

The attacker.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 메소드들

메소드 설명
Attack ( Unit target, bool useModifier = true ) : void

The attack.

Attacker ( Unit unit ) : System

Initializes a new instance of the Attacker class.

메소드 상세

Attack() 공개 메소드

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

Attacker() 공개 메소드

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