C# Class NotBrand.SpellManager

Show file Open project: stefsot/EloBuddyAddons

Public Methods

Method Description
Initialize ( ) : void
IsBlazed ( this target ) : bool
ShouldCast ( bool allowAutos = true ) : bool

Private Methods

Method Description
SpellManager ( ) : EloBuddy

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

IsBlazed() public static method

public static IsBlazed ( this target ) : bool
target this
return bool

ShouldCast() public static method

public static ShouldCast ( bool allowAutos = true ) : bool
allowAutos bool
return bool