AlbLib.Mapping.Map.Map C# (CSharp) Method

Map() public method

Loads map from stream.
public Map ( Stream stream ) : System
stream Stream /// Source stream. ///
return System
        public Map(Stream stream)
            : this(-1, stream)
        {
        }

Same methods

Map::Map ( int id, Stream stream ) : System