. */ namespace GameQ\Protocols; /** * Class Hl2dm * * @package GameQ\Protocols * @author Austin Bischoff */ class Hl2dm extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'hl2dm'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Half Life 2: Deathmatch"; }