This commit is contained in:
aozhiwei 2023-04-20 13:32:56 +08:00
parent 09a77ff15b
commit e9a3b96f73

View File

@ -17,4 +17,11 @@ void Guide::Init(Human* owner)
}
curr_step_ = mt::GuideStep::_steps.at(0);
curr_step_idx_ = 0;
owner_->room->frame_event.AddPropChg
(
owner_->GetWeakPtrRef(),
kPropGuideStep,
curr_step_idx_,
0,
true);
}