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

Inheritance: IModule
Mostrar archivo Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
bought bool
ticks int

Public Methods

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

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

Property Details

bought public_oe static_oe property

public static bool bought
return bool

ticks public_oe static_oe property

public static int ticks
return int