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];
        }