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