BattleInfoPlugin.Models.Repositories.MapResource.GetMapFlags C# (CSharp) Méthode

GetMapFlags() public static méthode

public static GetMapFlags ( MapInfo map ) : IEnumerable
map MapInfo
Résultat IEnumerable
        public static IEnumerable<Point> GetMapFlags(MapInfo map)
        {
            return ExistsAssembly ? MapResourcePrivate.GetMapFlags(map) : new Point[0];
        }