C# Class FBServer.Timer

Exibir arquivo Open project: Noxalus/Final-Bomber

Public Methods

Method Description
Each ( int time ) : bool
Reset ( ) : void
Start ( ) : void
Stop ( ) : void
Timer ( bool start ) : System

Method Details

Each() public method

public Each ( int time ) : bool
time int
return bool

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Timer() public method

public Timer ( bool start ) : System
start bool
return System