C# Class Stove, home_nursing

Inheritance: BoxProperties
Mostrar archivo Open project: ChristianHoj/home_nursing Class Usage Examples

Protected Properties

Property Type Description
isDoorOpen bool

Public Methods

Method Description
Awake ( ) : void
GetInteractionMessage ( ) : string
Interact ( ) : 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

Property Details

isDoorOpen protected_oe property

protected bool isDoorOpen
return bool