C# Class PickingObjectif, PuzzleGameProject

Pickable element. The objective must be picked by the player to enable the FinalCase
Inheritance: Objectif
Mostra file Open project: Cedric-Paris/PuzzleGameProject

Public Methods

Method Description
Effect ( bool isTreated = false ) : EffectTransformation,

return the effect of this element. If isTreated, decrement the objectives count in the finalCase

Private Methods

Method Description
Start ( ) : void

Increment the objectives count in the finalCase

Method Details

Effect() public method

return the effect of this element. If isTreated, decrement the objectives count in the finalCase
public Effect ( bool isTreated = false ) : EffectTransformation,
isTreated bool If set to true the objective is pick.
return EffectTransformation,