C# Class cleanLayer.Library.Bots.Bot

Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
Initialize ( BotBase bot ) : void
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

Method Details

Initialize() public static method

public static Initialize ( BotBase bot ) : void
bot BotBase
return void

Pulse() public static method

public static Pulse ( ) : void
return void

Start() public static method

public static Start ( ) : bool
return bool

Stop() public static method

public static Stop ( ) : void
return void