Ejemplo n.º 1
0
 //Initializer for sub elements working on the puzzle root
 protected PuzzleHelper(PuzzleHelper puzzleMain) : this(puzzleMain._gameEngine)
 {
     this._runSilent           = puzzleMain._runSilent;
     this._echoDefaultSystemIO = puzzleMain._echoDefaultSystemIO;
 }
Ejemplo n.º 2
0
 protected PuzzleMain(PuzzleHelper puzzleMain) : base(puzzleMain)
 {
 }