C# Class Sol.InteractibleActivation

Inheritance: InteractibleObject
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
objectsToActivate List
objectsToDeactivate List

Public Methods

Method Description
Interact ( ) : void

Method Details

Interact() public method

public Interact ( ) : void
return void

Property Details

objectsToActivate public_oe property

public List objectsToActivate
return List

objectsToDeactivate public_oe property

public List objectsToDeactivate
return List