ArtemisComm.ShipAction2Packet.ShipAction2Packet C# (CSharp) Method

ShipAction2Packet() public method

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

Same methods

ShipAction2Packet::ShipAction2Packet ( Stream stream, int index ) : ArtemisComm.ShipAction2SubPackets