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