C# Class Fridge, home_nursing

Inheritance: MonoBehaviour
Mostra file Open project: ChristianHoj/home_nursing Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
GetInteractionMessage ( ) : string
Interact ( ) : void
closeFreezerDoor ( ) : void
closeMainDoor ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GetInteractionMessage() public method

public GetInteractionMessage ( ) : string
return string

Interact() public method

public Interact ( ) : void
return void

closeFreezerDoor() public method

public closeFreezerDoor ( ) : void
return void

closeMainDoor() public method

public closeMainDoor ( ) : void
return void