. */ namespace GameQ\Protocols; /** * Class Hl1 * * @package GameQ\Protocols * @author Austin Bischoff * @author Jesse Lukas */ class Hl1 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'hl1'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Half Life"; }