. */ namespace GameQ\Protocols; /** * Class Brink * * @package GameQ\Protocols * * @author Wilson Jesus <> */ class Brink extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'brink'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Brink"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }