C# Class AkaCore.Manager.Extensions

Mostra file Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
YasuoE Spell.Targeted
YasuoW Spell.Skillshot

Public Methods

Method Description
CanCastE ( Obj_AI_Base target ) : bool
LoadYSpells ( ) : void
PosAfterE ( Obj_AI_Base target ) : System.Vector3

Method Details

CanCastE() public static method

public static CanCastE ( Obj_AI_Base target ) : bool
target Obj_AI_Base
return bool

LoadYSpells() public static method

public static LoadYSpells ( ) : void
return void

PosAfterE() public static method

public static PosAfterE ( Obj_AI_Base target ) : System.Vector3
target Obj_AI_Base
return System.Vector3

Property Details

YasuoE public_oe static_oe property

public static Spell.Targeted YasuoE
return Spell.Targeted

YasuoW public_oe static_oe property

public static Spell.Skillshot YasuoW
return Spell.Skillshot