. */ 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"; }