Exemplo n.º 1
0
        public void SafeToWolf()
        {
            string safeToWolf = "Dummy Text Trappist";

            Console.WriteLine(safeToWolf);
            nextStory.StoryWolf();
        }
Exemplo n.º 2
0
        public void ChanceToWolf()
        {
            string chanceWolf = "\nYou decided to take on the enemy planet of Wolf, on the way to Wolf you run into the moon of Wolf, named GuardDog.\nGuardDog wants to barter, for the right price you can trade for the destroyer weapon!\n";

            Console.WriteLine(chanceWolf);
            nextStory.StoryWolf();
        }