C# Class AkaCore.Features.Utility.Modules.Humanizer

Inheritance: IModule
Exibir arquivo Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
LastCast int>.Dictionary

Public Methods

Method Description
GetModuleType ( ) : ModuleType
OnExecute ( ) : void
OnLoad ( ) : void
ShouldGetExecuted ( ) : bool
TimeSince ( int time ) : int

Private Methods

Method Description
Spellbook_OnCastSpell ( Spellbook sender, SpellbookCastSpellEventArgs args ) : void

Method Details

GetModuleType() public method

public GetModuleType ( ) : ModuleType
return ModuleType

OnExecute() public method

public OnExecute ( ) : void
return void

OnLoad() public method

public OnLoad ( ) : void
return void

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool

TimeSince() public static method

public static TimeSince ( int time ) : int
time int
return int

Property Details

LastCast public_oe static_oe property

public static Dictionary LastCast
return int>.Dictionary