BattleInfoPlugin.Models.Repositories.MapResource.GetMapFlags C# (CSharp) Метод

GetMapFlags() публичный статический Метод

public static GetMapFlags ( MapInfo map ) : IEnumerable
map MapInfo
Результат IEnumerable
        public static IEnumerable<Point> GetMapFlags(MapInfo map)
        {
            return ExistsAssembly ? MapResourcePrivate.GetMapFlags(map) : new Point[0];
        }