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

SciSelectSubPacket() 공개 메소드

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

        }
        [ArtemisExcluded]

Same methods

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