ArtemisComm.ShipActionSubPackets.SciScanSubPacket.SciScanSubPacket C# (CSharp) 메소드

SciScanSubPacket() 공개 메소드

public SciScanSubPacket ( Stream stream, int index ) : System.IO
stream System.IO.Stream
index int
리턴 System.IO
        public SciScanSubPacket(Stream stream, int index)
            : base(stream, index)
        {

        }
        [ArtemisExcluded]

Same methods

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