C# Class Ensage.Common.Objects.UtilityObjects.Sleeper

The sleeper.
Show file Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Methods

Method Description
Sleep ( float duration ) : void

The sleep.

Sleeper ( )

Initializes a new instance of the Sleeper class.

Method Details

Sleep() public method

The sleep.
public Sleep ( float duration ) : void
duration float /// The duration. ///
return void

Sleeper() public method

Initializes a new instance of the Sleeper class.
public Sleeper ( )