C# Class Supermarket.Exit

Customer state for making the customer proceed to the exit. Customer is removed from play upon reaching the exit
Inheritance: CustomerState
Show file Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
Exit ( Customer customer ) : UnityEngine
OnInteract ( InteractionZone other ) : void

Method Details

Exit() public method

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

OnInteract() public method

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