Example #1
0
 private static void ToTheCastle()
 {
     Console.Clear();
     Con.king.PlaceArround();
     Client.Timer(3);
     Console.Clear();
     Texts.EnteringTheCastle();
     Client.Timer(3);
     Console.Clear();
     Con.king.LookLike();
     Client.Timer(2.5);
     Con.KingConv();
     FinalGame.GoToDragon();
 }