C# Class Sol.InteractibleExplosivePuzzle

Inheritance: InteractiblePuzzle
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
desiredIngredient Ingredient
explosiveDevice UnityEngine.GameObject
failString string
triggered bool

Public Methods

Method Description
InitiatePuzzle ( ) : void
Interact ( ) : void
Update ( ) : void

Method Details

InitiatePuzzle() public method

public InitiatePuzzle ( ) : void
return void

Interact() public method

public Interact ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

desiredIngredient public_oe property

public Ingredient desiredIngredient
return Ingredient

explosiveDevice public_oe property

public GameObject,UnityEngine explosiveDevice
return UnityEngine.GameObject

failString public_oe property

public string failString
return string

triggered public_oe property

public bool triggered
return bool