static void Main(string[] args) { do { MagicForest magicForest = new MagicForest(GetCharacters.GetHero(), GetCharacters.GetBeast()); magicForest.StartGame(); } while (PlayAgain()); }
public static void AvenueCodeTestTrials() { DataStruct.Try(); MagicForest.Try(); Friends.Try(); }