ArtemisComm.ShipActionPacket.ShipActionPacket C# (CSharp) Method

ShipActionPacket() public method

public ShipActionPacket ( IPackage subpacket ) : System
subpacket IPackage
return System
        public ShipActionPacket(IPackage subpacket)
            : base()
        {
            SubPacket = subpacket;
        }

Same methods

ShipActionPacket::ShipActionPacket ( Stream stream, int index ) : System