Beyond_Beyaan.StarSystem.SystemHavePlanetOwnedByEmpire C# (CSharp) Méthode

SystemHavePlanetOwnedByEmpire() public méthode

public SystemHavePlanetOwnedByEmpire ( Empire empire ) : bool
empire Empire
Résultat bool
        public bool SystemHavePlanetOwnedByEmpire(Empire empire)
        {
            return EmpiresWithPlanetsInThisSystem.Contains(empire);
        }