cur_blood = $this->mo()->hp; } /** * @return \sm_hero 怪物模板数据 */ public function mo() { return GameConfig::hero_getItem($this->mo_id); } }