C# 클래스 Ensage.Common.WorkInProgress.Abilities.SkillshotAbility

상속: AbilityBase
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
SkillshotAbility ( Hero owner, Ability ability, IPredictionInput prediction = null ) : System
SkillshotAbility ( Hero owner, string ability, IPredictionInput prediction = null ) : System
Use ( Unit target ) : bool
Use ( System.Vector3 position ) : bool

메소드 상세

SkillshotAbility() 공개 메소드

public SkillshotAbility ( Hero owner, Ability ability, IPredictionInput prediction = null ) : System
owner Hero
ability Ability
prediction IPredictionInput
리턴 System

SkillshotAbility() 공개 메소드

public SkillshotAbility ( Hero owner, string ability, IPredictionInput prediction = null ) : System
owner Hero
ability string
prediction IPredictionInput
리턴 System

Use() 공개 메소드

public Use ( Unit target ) : bool
target Unit
리턴 bool

Use() 공개 메소드

public Use ( System.Vector3 position ) : bool
position System.Vector3
리턴 bool