C# Class cleanLayer.Bots.Grindbot

Inheritance: cleanLayer.Library.BotBase
ファイルを表示 Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
Blacklisted List
FSM cleanLayer.Library.FSM.Engine
Hotspots List
Profile cleanLayer.Library.HBProfile
SubProfile cleanLayer.Library.SubProfile

Public Methods

Method Description
Grindbot ( ) : System
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
HandleEvents ( string ev, List args ) : void
SetupProfile ( ) : bool

Method Details

Grindbot() public method

public Grindbot ( ) : System
return System

Pulse() public method

public Pulse ( ) : void
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

Property Details

Blacklisted public_oe property

public List Blacklisted
return List

FSM public_oe property

public Engine,cleanLayer.Library.FSM FSM
return cleanLayer.Library.FSM.Engine

Hotspots public_oe property

public List Hotspots
return List

Profile public_oe property

public HBProfile,cleanLayer.Library Profile
return cleanLayer.Library.HBProfile

SubProfile public_oe property

public SubProfile,cleanLayer.Library SubProfile
return cleanLayer.Library.SubProfile