C# Class Sol.BatterySlot

Inheritance: InteractibleObject
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
desiredObject Ingredient
objectsToActivate List
objectsToDeactivate List

Méthodes publiques

Méthode Description
Interact ( ) : void

Private Methods

Méthode Description
CloseMessage ( ) : IEnumerator

Method Details

Interact() public méthode

public Interact ( ) : void
Résultat void

Property Details

desiredObject public_oe property

public Ingredient desiredObject
Résultat Ingredient

objectsToActivate public_oe property

public List objectsToActivate
Résultat List

objectsToDeactivate public_oe property

public List objectsToDeactivate
Résultat List