C# Class Supermarket.Queue

Customer state for queuing at a checkout.
Inheritance: CustomerState
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Méthode Description
OnInteract ( InteractionZone other ) : void
Queue ( Customer customer, Checkout checkout ) : UnityEngine

Method Details

OnInteract() public méthode

public OnInteract ( InteractionZone other ) : void
other InteractionZone
Résultat void

Queue() public méthode

public Queue ( Customer customer, Checkout checkout ) : UnityEngine
customer Customer
checkout Checkout
Résultat UnityEngine