C# Class Supermarket.Shop

Customer state that decides whether to collect a product from shopping list, proceed to checkout or exit, or steal.
Inheritance: CustomerState
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Méthode Description
Initialize ( ) : void
Shop ( Customer customer ) : UnityEngine

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Shop() public méthode

public Shop ( Customer customer ) : UnityEngine
customer Customer
Résultat UnityEngine