//constructor public PhaseOneGame(Hero player, HeroType fighterType) { Player = player; FighterType = fighterType; //getting list of planet in game PlanetsInGame = new List <Planet>() { Planets.GetDuroPlanet(), Planets.GetDathomirPlanet() }; //getting ally Ally = SideCharacters.GetHondoOhnaka(); }