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
显示文件 Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
Initialize ( ) : void
SelectCheckout ( Customer customer ) : UnityEngine

Method Details

Initialize() public method

public Initialize ( ) : void
return void

SelectCheckout() public method

public SelectCheckout ( Customer customer ) : UnityEngine
customer Customer
return UnityEngine