ArtemisComm.GameMessageSubPackets.PlayerShipDamageSubPacket.PlayerShipDamageSubPacket C# (CSharp) 메소드

PlayerShipDamageSubPacket() 공개 메소드

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

        }