. */ namespace GameQ\Protocols; /** * V Rining Protocol Class * * @package GameQ\Protocols */ class Vrising extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'vrising'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "V Rising"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }