. */ namespace GameQ\Protocols; /** * Call of Duty Protocol Class * * @package GameQ\Protocols * * @author Wilson Jesus <> */ class Cod extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'cod'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Call of Duty"; }