. */ namespace GameQ\Protocols; /** * Class PixARK * * @package GameQ\Protocols * @author Austin Bischoff */ class Pixark extends Arkse { /** * String name of this protocol class * * @type string */ protected $name = 'pixark'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "PixARK"; /** * Query port = client_port + 1 * * @type int */ protected $port_diff = 1; }