コード例 #1
0
 static void Main(string[] args)
 {
     do
     {
         MagicForest magicForest = new MagicForest(GetCharacters.GetHero(), GetCharacters.GetBeast());
         magicForest.StartGame();
     } while (PlayAgain());
 }
コード例 #2
0
 public static void AvenueCodeTestTrials()
 {
     DataStruct.Try();
     MagicForest.Try();
     Friends.Try();
 }