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