1
This commit is contained in:
parent
bf0c5abcc2
commit
7d8c641236
@ -150,16 +150,28 @@ void Guide::ProcMoveTargetAndPickup()
|
||||
|
||||
void Guide::ProcKillEnemy()
|
||||
{
|
||||
if (curr_step_meta_->_params.empty()) {
|
||||
NextStep();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void Guide::ProcUseSkillAndKillEnemy()
|
||||
{
|
||||
if (curr_step_meta_->_params.empty()) {
|
||||
NextStep();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void Guide::ProcUseSkill()
|
||||
{
|
||||
if (curr_step_meta_->_params.empty()) {
|
||||
NextStep();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user