C# Class AdEvade.Data.Spells.SpecialSpells.Jayce

Inheritance: IChampionPlugin
Mostra file Open project: coman3/EloBuddy.Addons

Public Methods

Method Description
GetChampionName ( ) : string
LoadSpecialSpell ( SpellData spellData ) : void

Private Methods

Method Description
Jayce ( ) : System
OnCreateObj_jayceshockblast ( GameObject obj, EventArgs args, AIHeroClient hero, SpellData spellData ) : void
OnProcessSpell_jayceshockblast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
ProcessSpell_jayceshockblast ( Obj_AI_Base hero, GameObjectProcessSpellCastEventArgs args, SpellData spellData, SpecialSpellEventArgs specialSpellArgs ) : void

Method Details

GetChampionName() public method

public GetChampionName ( ) : string
return string

LoadSpecialSpell() public method

public LoadSpecialSpell ( SpellData spellData ) : void
spellData SpellData
return void