C# Class Hardly.Library.Twitch.GameState

Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes publiques

Méthode Description
Close ( ) : void
Open ( ) : void

Méthodes protégées

Méthode Description
CloseState ( ) : void
OpenState ( ) : void

This is called right after the constructor. Anything that could change state must be in this method and NOT the constructor.

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CloseState() protected abstract méthode

protected abstract CloseState ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

OpenState() protected abstract méthode

This is called right after the constructor. Anything that could change state must be in this method and NOT the constructor.
protected abstract OpenState ( ) : void
Résultat void