C# Class Hardly.Library.Twitch.GameState

Exibir arquivo Open project: hardlydifficult/HardlyBot

Public Methods

Method Description
Close ( ) : void
Open ( ) : void

Protected Methods

Method 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 method

public Close ( ) : void
return void

CloseState() protected abstract method

protected abstract CloseState ( ) : void
return void

Open() public method

public Open ( ) : void
return void

OpenState() protected abstract method

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
return void