C# 클래스 AkaCore.AkaLib.Evade.EvadeSpellData

파일 보기 프로젝트 열기: Kysamaa/EloBuddy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CastType CastTypes
ChampionName string
CheckSpellName string
Delay int
EvadeType EvadeTypes
FixedRange bool
MaxRange float
Name string
Slot SpellSlot
Speed int
ValidTargets SpellTargets[]

프로퍼티 상세

CastType 공개적으로 프로퍼티

public CastTypes CastType
리턴 CastTypes

ChampionName 공개적으로 프로퍼티

public string ChampionName
리턴 string

CheckSpellName 공개적으로 프로퍼티

public string CheckSpellName
리턴 string

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

EvadeType 공개적으로 프로퍼티

public EvadeTypes EvadeType
리턴 EvadeTypes

FixedRange 공개적으로 프로퍼티

public bool FixedRange
리턴 bool

MaxRange 공개적으로 프로퍼티

public float MaxRange
리턴 float

Name 공개적으로 프로퍼티

public string Name
리턴 string

Slot 공개적으로 프로퍼티

public SpellSlot Slot
리턴 SpellSlot

Speed 공개적으로 프로퍼티

public int Speed
리턴 int

ValidTargets 공개적으로 프로퍼티

public SpellTargets[] ValidTargets
리턴 SpellTargets[]