Пример #1
0
 public void PlanetFour(Player player, Challenges challenges)
 {
     TypeWriter("\nWelcome to the final planet! you must complete this challenge to move on\n.");
     challenges.PlanetFourChallenge(player);
     player.Market(-100);
     TypeWriter("Congrats you made it!\nBuy a house with all of the money you saved\n");
     player.BuyHouse();
 }