ArtemisComm.ShipActionSubPackets.SciSelectSubPacket.SciSelectSubPacket C# (CSharp) Method

SciSelectSubPacket() public method

public SciSelectSubPacket ( Stream stream, int index ) : System.IO
stream System.IO.Stream
index int
return System.IO
        public SciSelectSubPacket(Stream stream, int index)
            : base(stream, index)
        {

        }
        [ArtemisExcluded]

Same methods

SciSelectSubPacket::SciSelectSubPacket ( int targetID ) : System.IO