C# Class AkaCore.Manager.EvadeManager.EvadeTarget

Afficher le fichier Open project: Kysamaa/EloBuddy

Méthodes publiques

Свойство Type Description
Spells List

Private Properties

Свойство Type Description
GoThroughWall bool
LoadSpellData void
ObjSpellMissileOnCreate void
ObjSpellMissileOnDelete void
OnProcessSpellCast void
OnUpdateTarget void

Méthodes publiques

Méthode Description
Init ( ) : void

Private Methods

Méthode 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 méthode

public static Init ( ) : void
Résultat void

Property Details

Spells public_oe static_oe property

public static List Spells
Résultat List