. */ namespace GameQ\Protocols; /** * Class Codmw3 * * @package GameQ\Protocols * @author Austin Bischoff */ class Codmw3 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'codmw3'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Call of Duty: Modern Warfare 3"; /** * query_port = client_port + 2 * * @type int */ protected $port_diff = 2; }