C# Class Sol.BatterySlot

Inheritance: InteractibleObject
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
desiredObject Ingredient
objectsToActivate List
objectsToDeactivate List

Public Methods

Method Description
Interact ( ) : void

Private Methods

Method Description
CloseMessage ( ) : IEnumerator

Method Details

Interact() public method

public Interact ( ) : void
return void

Property Details

desiredObject public_oe property

public Ingredient desiredObject
return Ingredient

objectsToActivate public_oe property

public List objectsToActivate
return List

objectsToDeactivate public_oe property

public List objectsToDeactivate
return List