. */ namespace GameQ\Protocols; /** * Class Armedassault2oa * * @package GameQ\Protocols * @author Austin Bischoff */ class Armedassault2oa extends Source { /** * String name of this protocol class * * @type string */ protected $name = "armedassault2oa"; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Armed Assault 2: Operation Arrowhead"; /** * Query port = client_port + 1 * * @type int */ protected $port_diff = 1; }