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