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

GameOverSubPacket() public method

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