C# 클래스 Supermarket.Idle

Customer state for making the customer stand idly for a set duration. Customer proceeds to Shop state at the conclusion of the idle duration
상속: CustomerState
파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World

공개 메소드들

메소드 설명
Idle ( Customer customer, float seconds = 5 ) : System.Collections
StopCoroutines ( ) : void

비공개 메소드들

메소드 설명
Delay ( float duration ) : IEnumerator

메소드 상세

Idle() 공개 메소드

public Idle ( Customer customer, float seconds = 5 ) : System.Collections
customer Customer
seconds float
리턴 System.Collections

StopCoroutines() 공개 메소드

public StopCoroutines ( ) : void
리턴 void