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