. */ namespace GameQ\Protocols; /** * Barotrauma Protocol Class * * @package GameQ\Protocols * @author Jesse Lukas */ class Barotrauma extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'barotrauma'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Barotrauma"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }