C# Class Supermarket.FindShelf

Inheritance: CustomerState
Exibir arquivo Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
DestinationReached ( ) : void
FindShelf ( Customer customer, string product ) : System
OnAwareOf ( Shelf shelf ) : void

Private Methods

Method Description
RandomPosition ( ) : void

Method Details

DestinationReached() public method

public DestinationReached ( ) : void
return void

FindShelf() public method

public FindShelf ( Customer customer, string product ) : System
customer Customer
product string
return System

OnAwareOf() public method

public OnAwareOf ( Shelf shelf ) : void
shelf Shelf
return void