C# Class Supermarket.SelectCheckout

Customer state for choosing which checkout to go to when finished shopping. Includes a random chance for customers to try and steal items. Proceeds to Queue state when deciding to purchase goods.
Inheritance: CustomerState
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Méthode Description
Initialize ( ) : void
SelectCheckout ( Customer customer ) : UnityEngine

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SelectCheckout() public méthode

public SelectCheckout ( Customer customer ) : UnityEngine
customer Customer
Résultat UnityEngine