. */ namespace GameQ\Protocols; /** * Class Just Cause 3 * * @package GameQ\Protocols * @author Austin Bischoff */ class Justcause3 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'justcause3'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Just Cause 3"; /** * Query port = client_port + 1 * * @type int */ protected $port_diff = 1; }