예제 #1
0
        public void SafeToKapteyn()
        {
            string safeToKapteyn = "Dummy Text Kapteyn";

            Console.WriteLine(safeToKapteyn);
            nextStory.StoryKapteyn();
        }
예제 #2
0
        public void ChanceToKapteyn()
        {
            string chanceKapteyn = "\nThe planet Kapteyn is a resort, but to gain access you must have the right items, otherwise you will be kicked off the planet.\n";

            Console.WriteLine(chanceKapteyn);
            nextStory.StoryKapteyn();
        }