C# 클래스 Supermarket.FindShelf

상속: CustomerState
파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World

공개 메소드들

메소드 설명
DestinationReached ( ) : void
FindShelf ( Customer customer, string product ) : System
OnAwareOf ( Shelf shelf ) : void

비공개 메소드들

메소드 설명
RandomPosition ( ) : void

메소드 상세

DestinationReached() 공개 메소드

public DestinationReached ( ) : void
리턴 void

FindShelf() 공개 메소드

public FindShelf ( Customer customer, string product ) : System
customer Customer
product string
리턴 System

OnAwareOf() 공개 메소드

public OnAwareOf ( Shelf shelf ) : void
shelf Shelf
리턴 void