C# Class AkaCore.Manager.EvadeManager.EvadeTarget

Mostra file Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
Spells List

Private Properties

Property Type Description
GoThroughWall bool
LoadSpellData void
ObjSpellMissileOnCreate void
ObjSpellMissileOnDelete void
OnProcessSpellCast void
OnUpdateTarget void

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
GoThroughWall ( System.Vector2 pos1, System.Vector2 pos2 ) : bool
LoadSpellData ( ) : void
ObjSpellMissileOnCreate ( GameObject sender, EventArgs args ) : void
ObjSpellMissileOnDelete ( GameObject sender, EventArgs args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnUpdateTarget ( EventArgs args ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

Property Details

Spells public_oe static_oe property

public static List Spells
return List