C# Class Reborn_Leona.ModeManager

Show file Open project: Enochen/EloBuddy Class Usage Examples

Public Properties

Property Type Description
QTarget GameObject
ShouldQ bool

Private Properties

Property Type Description
ModeManager System
OnGapCloser void
OnInterruptibleSpell void
OnSpellCast void
OnUpdate void

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ModeManager ( ) : System
OnGapCloser ( AIHeroClient sender, Gapcloser args ) : void
OnInterruptibleSpell ( Obj_AI_Base sender, Interrupter args ) : void
OnSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnUpdate ( EventArgs args ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

QTarget public static property

public static GameObject QTarget
return GameObject

ShouldQ public static property

public static bool ShouldQ
return bool