C# Class Supermarket.Stock

Inheritance: StaffState
ファイルを表示 Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Methods

Method Description
DestinationReached ( ) : void
Initialize ( ) : void
OnInteract ( InteractionZone other ) : void
Stock ( Staff staff ) : System

Private Methods

Method Description
NextEmptyShelf ( ) : void

Method Details

DestinationReached() public method

public DestinationReached ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

OnInteract() public method

public OnInteract ( InteractionZone other ) : void
other InteractionZone
return void

Stock() public method

public Stock ( Staff staff ) : System
staff Staff
return System