Exemplo n.º 1
0
 public static void Main()
 {
     Game.StartGame();
     DecisionsArray.Choice1();
 }
Exemplo n.º 2
0
 public static void StartGameAgain()
 {
     Console.WriteLine("Let's hope you have a brain this time. You've awakened yada yada yada... You know the deal.\n");
     DecisionsArray.Choice1();
 }