ArtemisComm.ShipAction2Packet.ShipAction2Packet C# (CSharp) 메소드

ShipAction2Packet() 공개 메소드

public ShipAction2Packet ( IPackage subPacket ) : ArtemisComm.ShipAction2SubPackets
subPacket IPackage
리턴 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