Exemplo n.º 1
0
 private static void Main(string[] args)
 {
     Console.WriteLine("Welcome in the Game of Throne, please enter your Hero Name.\n");
     Console.Write("Name your Hero: ");
     HeroName = Convert.ToString(Console.ReadLine());
     //program.Start_Menu();
     GameOne.Set_Up_Data();
 }