예제 #1
0
 protected override string GetResponseToRestartGame()
 {
     ConsoleWriter.AskPlayAgain();
     return(Console.ReadLine());
 }