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