C# Class cleanLayer.Library.BotBase

Afficher le fichier Open project: Vipeax/cleanLayer

Méthodes publiques

Méthode Description
Print ( string text ) : void
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void
ToString ( ) : string

Method Details

Print() public méthode

public Print ( string text ) : void
text string
Résultat void

Pulse() public abstract méthode

public abstract Pulse ( ) : void
Résultat void

Start() public abstract méthode

public abstract Start ( ) : bool
Résultat bool

Stop() public abstract méthode

public abstract Stop ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string