C# Class cleanLayer.Library.BotBase

Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
Print ( string text ) : void
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void
ToString ( ) : string

Method Details

Print() public method

public Print ( string text ) : void
text string
return void

Pulse() public abstract method

public abstract Pulse ( ) : void
return void

Start() public abstract method

public abstract Start ( ) : bool
return bool

Stop() public abstract method

public abstract Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string