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

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

공개 메소드들

메소드 설명
GetDamage ( Unit target, int index ) : float
SetPrediction ( IPredictionInput input ) : void
Use ( Unit target ) : bool
Use ( System.Vector3 position ) : bool

보호된 메소드들

메소드 설명
AbilityBase ( Hero owner, Ability ability ) : System

메소드 상세

AbilityBase() 보호된 메소드

protected AbilityBase ( Hero owner, Ability ability ) : System
owner Hero
ability Ability
리턴 System

GetDamage() 공개 메소드

public GetDamage ( Unit target, int index ) : float
target Unit
index int
리턴 float

SetPrediction() 공개 메소드

public SetPrediction ( IPredictionInput input ) : void
input IPredictionInput
리턴 void

Use() 공개 추상적인 메소드

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

Use() 공개 추상적인 메소드

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