. */ namespace GameQ\Protocols; /** * Class Quake Live * * @package GameQ\Protocols * @author Austin Bischoff */ class Quakelive extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'quakelive'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Quake Live"; }