. */ namespace GameQ\Protocols; /** * Call of Duty 4 Protocol Class * * @package GameQ\Protocols * @author Austin Bischoff */ class Cod4 extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'cod4'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Call of Duty 4"; }