public PackedStream_2(int style, byte[] data) : base(style, (Stream) new MemoryStream(data)) { this.State = (SerializeStateBase)null; this.m_10 = 0U; this.TransportVersion = (ushort)5; }
public PackedStream_2(int style, Stream stream) : base(style, stream) { this.State = (SerializeStateBase)null; this.m_10 = 0U; this.TransportVersion = (ushort)5; }
public SerializeStateBase(PackedStream_2 stream, HeroTypes heroType) { this.HeroType = heroType; this.Next = null; this.Stream = stream; this.m_0C = 0; this.Count = 0; this.Next = stream.State; stream.State = this; }
public PackedStream_2(int style, byte[] data) : base(style, new MemoryStream(data)) { this.State = null; this.m_10 = 0; base.TransportVersion = 5; }
public PackedStream_2(int style, Stream stream) : base(style, stream) { this.State = null; this.m_10 = 0; base.TransportVersion = 5; }