gold = GameConfig::primordial_data()->User_Gold; $this->cash = GameConfig::primordial_data()->User_Cash; $this->xp = GameConfig::primordial_data()->User_XP; $this->maxXp = 0; $this->level = 1; $this->name = '步惊云'; $this->spar = 0; $this->headImg = GameConfig::primordial_data()->User_head; $this->img = GameConfig::primordial_data()->User_img; } }