BattleInfoPlugin.Models.Repositories.MapResource.GetMapCellPoints C# (CSharp) 메소드

GetMapCellPoints() 공개 정적인 메소드

public static GetMapCellPoints ( MapInfo map ) : Point>.IDictionary
map MapInfo
리턴 Point>.IDictionary
        public static IDictionary<int, Point> GetMapCellPoints(MapInfo map)
        {
            return ExistsAssembly ? MapResourcePrivate.GetMapCellPoints(map) : new Dictionary<int, Point>();
        }