C# Class HikariThreading.NapForSeconds

Inheritance: ICompletable
Afficher le fichier Open project: ReinAkane/Hikari

Méthodes publiques

Méthode Description
NapForSeconds ( float seconds ) : System

Creates a new NapForSeconds object that will nap for the passed number of seconds.

Method Details

NapForSeconds() public méthode

Creates a new NapForSeconds object that will nap for the passed number of seconds.
public NapForSeconds ( float seconds ) : System
seconds float
Résultat System