C# Class Sol.InteractibleExplosivePuzzle

Inheritance: InteractiblePuzzle
Show file 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 property

public Ingredient desiredIngredient
return Ingredient

explosiveDevice public property

public GameObject,UnityEngine explosiveDevice
return UnityEngine.GameObject

failString public property

public string failString
return string

triggered public property

public bool triggered
return bool