コード例 #1
0
ファイル: PuzzleMain.cs プロジェクト: gvheertum/CodinGame
 //Initializer for sub elements working on the puzzle root
 protected PuzzleHelper(PuzzleHelper puzzleMain) : this(puzzleMain._gameEngine)
 {
     this._runSilent           = puzzleMain._runSilent;
     this._echoDefaultSystemIO = puzzleMain._echoDefaultSystemIO;
 }
コード例 #2
0
ファイル: PuzzleMain.cs プロジェクト: gvheertum/CodinGame
 protected PuzzleMain(PuzzleHelper puzzleMain) : base(puzzleMain)
 {
 }