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

GetMapCellPoints() public static method

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