. */ namespace GameQ\Protocols; /** * Class Aa3 * * @package GameQ\Protocols * @author Austin Bischoff */ class Aa3 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'aa3'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "America's Army 3"; /** * Query port = client_port + 18243 * * client_port default 8777 * query_port default 27020 * * @type int */ protected $port_diff = 18243; }