AlbLib.Mapping.FloorData.FloorData C# (CSharp) Метод

FloorData() публичный Метод

public FloorData ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Результат System
        public FloorData(BinaryReader reader)
            : this()
        {
            Collision = reader.ReadBytes(3);
            reader.ReadByte();
            AnimationsCount = reader.ReadByte();
            reader.ReadByte();
            Texture = reader.ReadInt16();
            reader.ReadInt16();
        }

Same methods

FloorData::FloorData ( Stream input ) : System
FloorData