C# Class Supermarket.Queue

Customer state for queuing at a checkout.
Inheritance: CustomerState
ファイルを表示 Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
OnInteract ( InteractionZone other ) : void
Queue ( Customer customer, Checkout checkout ) : UnityEngine

Method Details

OnInteract() public method

public OnInteract ( InteractionZone other ) : void
other InteractionZone
return void

Queue() public method

public Queue ( Customer customer, Checkout checkout ) : UnityEngine
customer Customer
checkout Checkout
return UnityEngine