C# Класс Supermarket.Exit

Customer state for making the customer proceed to the exit. Customer is removed from play upon reaching the exit
Наследование: CustomerState
Показать файл Открыть проект

Открытые методы

Метод Описание
Exit ( Customer customer ) : UnityEngine
OnInteract ( InteractionZone other ) : void

Описание методов

Exit() публичный Метод

public Exit ( Customer customer ) : UnityEngine
customer Customer
Результат UnityEngine

OnInteract() публичный Метод

public OnInteract ( InteractionZone other ) : void
other InteractionZone
Результат void