ArtemisComm.ShipAction3Packet.ShipAction3Packet C# (CSharp) Method

ShipAction3Packet() public method

public ShipAction3Packet ( IPackage subPacket ) : ArtemisComm.ShipAction3SubPackets
subPacket IPackage
return ArtemisComm.ShipAction3SubPackets
        public ShipAction3Packet(IPackage subPacket) : base()
        {
            SubPacket = subPacket;
        }
        public ShipAction3Packet(Stream stream, int index) : base()

Same methods

ShipAction3Packet::ShipAction3Packet ( Stream stream, int index ) : ArtemisComm.ShipAction3SubPackets