. */ /** * Battlefield Hardline Protocol Class * * @author Austin Bischoff */ class GameQ_Protocols_Bfh extends GameQ_Protocols_Bf4 { /** * The protocol being used * * @var string */ protected $protocol = 'bfh'; /** * String name of this protocol class * * @var string */ protected $name = 'bfh'; /** * Longer string name of this protocol class * * @var string */ protected $name_long = "Battlefield Hardline"; }