ArtemisComm.GameMessageSubPackets.PlayerShipDamageSubPacket.PlayerShipDamageSubPacket C# (CSharp) Method

PlayerShipDamageSubPacket() public method

public PlayerShipDamageSubPacket ( Stream stream, int index ) : System
stream Stream
index int
return System
        public PlayerShipDamageSubPacket(Stream stream, int index)
            : base(stream, index)
        {

        }