boxes = GameConfig::primordial_data()->User_Store_boxes; //array('701001' => 0, '702002' => 0, '703003' => 0, '704004' => 0); $this->cards = ArrayInit(); $this->items = GameConfig::primordial_data()->User_Store_items; # 初始含有一张黄金通知书 $this->equipment = ObjectInit(); $this->segement = GameConfig::primordial_data()->User_Store_segment; # 碎片 $this->stones = ObjectInit(); $this->element = GameConfig::primordial_data()->User_Store_element; //array('388001' => 0, '388002' => 0, '388003' => 0, '388004' => 0, '388005' => 0, '388006' => 0, '388007' => 0); } }