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

The sleeper.
Afficher le fichier Open project: EnsageSharp/Ensage.Common Class Usage Examples

Méthodes publiques

Méthode Description
Sleep ( float duration ) : void

The sleep.

Sleeper ( )

Initializes a new instance of the Sleeper class.

Method Details

Sleep() public méthode

The sleep.
public Sleep ( float duration ) : void
duration float /// The duration. ///
Résultat void

Sleeper() public méthode

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