. */ namespace GameQ\Protocols; /** * Class L4d2 * * @package GameQ\Protocols * @author Austin Bischoff */ class L4d2 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'l4d2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Left 4 Dead 2"; }