. */ namespace GameQ\Protocols; /** * Battlefield Hardline Protocol class * * @package GameQ\Protocols * @author Austin Bischoff */ class Bfh extends Bf4 { /** * String name of this protocol class * * @type string */ protected $name = 'bfh'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Battlefield Hardline"; }