C# Class Supermarket.Idle

Customer state for making the customer stand idly for a set duration. Customer proceeds to Shop state at the conclusion of the idle duration
Inheritance: CustomerState
Show file Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
Idle ( Customer customer, float seconds = 5 ) : System.Collections
StopCoroutines ( ) : void

Private Methods

Method Description
Delay ( float duration ) : IEnumerator

Method Details

Idle() public method

public Idle ( Customer customer, float seconds = 5 ) : System.Collections
customer Customer
seconds float
return System.Collections

StopCoroutines() public method

public StopCoroutines ( ) : void
return void