. */ namespace GameQ\Protocols; /** * Class Sven Co-op * * @package GameQ\Protocols * @author Austin Bischoff * @author Jesse Lukas */ class Sco extends Source { /** * Sven Co-op protocol class * * @type string */ protected $name = 'sco'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Sven Co-op"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }