C# Class Supermarket.StaffIdle

Inheritance: StaffState
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Méthode Description
StaffIdle ( Staff staff, float duration = 5 ) : System
StopCoroutines ( ) : void

Private Methods

Méthode Description
Delay ( float duration ) : IEnumerator

Method Details

StaffIdle() public méthode

public StaffIdle ( Staff staff, float duration = 5 ) : System
staff Staff
duration float
Résultat System

StopCoroutines() public méthode

public StopCoroutines ( ) : void
Résultat void