コード例 #1
0
ファイル: Safe.cs プロジェクト: Ryan-Newman/VoyagerProject
        public void SafeToWolf()
        {
            string safeToWolf = "Dummy Text Trappist";

            Console.WriteLine(safeToWolf);
            nextStory.StoryWolf();
        }
コード例 #2
0
ファイル: Chance.cs プロジェクト: Ryan-Newman/VoyagerProject
        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();
        }