Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Supermarket
SelectCheckout
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
Show file
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