BattleInfoPlugin.Models.Repositories.MapResource.GetMapFlags C# (CSharp) Method

GetMapFlags() public static method

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