C# 클래스 Supermarket.SelectCheckout

Customer state for choosing which checkout to go to when finished shopping. Includes a random chance for customers to try and steal items. Proceeds to Queue state when deciding to purchase goods.
상속: CustomerState
파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World

공개 메소드들

메소드 설명
Initialize ( ) : void
SelectCheckout ( Customer customer ) : UnityEngine

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SelectCheckout() 공개 메소드

public SelectCheckout ( Customer customer ) : UnityEngine
customer Customer
리턴 UnityEngine