C# Class AkaCore.AkaLib.Evade.EvadeSpellData

Show file Open project: Kysamaa/EloBuddy Class Usage Examples

Public Properties

Property Type Description
CastType CastTypes
ChampionName string
CheckSpellName string
Delay int
EvadeType EvadeTypes
FixedRange bool
MaxRange float
Name string
Slot SpellSlot
Speed int
ValidTargets SpellTargets[]

Property Details

CastType public property

public CastTypes CastType
return CastTypes

ChampionName public property

public string ChampionName
return string

CheckSpellName public property

public string CheckSpellName
return string

Delay public property

public int Delay
return int

EvadeType public property

public EvadeTypes EvadeType
return EvadeTypes

FixedRange public property

public bool FixedRange
return bool

MaxRange public property

public float MaxRange
return float

Name public property

public string Name
return string

Slot public property

public SpellSlot Slot
return SpellSlot

Speed public property

public int Speed
return int

ValidTargets public property

public SpellTargets[] ValidTargets
return SpellTargets[]