. */ namespace GameQ\Protocols; /** * Class Killing floor * * @package GameQ\Protocols * @author Austin Bischoff */ class Killingfloor2 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'killing floor 2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Killing Floor 2"; /** * query_port = client_port + 19238 * 27015 = 7777 + 19238 * * @type int */ protected $port_diff = 19238; }