public static void Main()
 {
     Game.StartGame();
     DecisionsArray.Choice1();
 }
示例#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();
 }