AlbLib.Mapping.Map.Map C# (CSharp) 메소드

Map() 공개 메소드

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

Same methods

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